#include <avconv.h>
Data Fields | |
| int | disabled |
| int | file_index |
| int | stream_index |
| int | sync_file_index |
| int | sync_stream_index |
| char * | linklabel |
| int StreamMap::disabled |
Definition at line 54 of file avconv.h.
Referenced by open_output_file(), and opt_map().
| int StreamMap::file_index |
Definition at line 55 of file avconv.h.
Referenced by open_output_file(), and opt_map().
| char* StreamMap::linklabel |
Definition at line 59 of file avconv.h.
Referenced by open_output_file(), opt_map(), and uninit_options().
| int StreamMap::stream_index |
Definition at line 56 of file avconv.h.
Referenced by open_output_file(), and opt_map().
| int StreamMap::sync_file_index |
Definition at line 57 of file avconv.h.
Referenced by open_output_file(), and opt_map().
| int StreamMap::sync_stream_index |
Definition at line 58 of file avconv.h.
Referenced by open_output_file(), and opt_map().