New fields can be added to the end with minor version bumps. More...
#include <avformat.h>
Data Fields | |
int | id |
int | flags |
enum AVDiscard | discard |
selects which program to discard and which to feed to the caller | |
unsigned int * | stream_index |
unsigned int | nb_stream_indexes |
AVDictionary * | metadata |
New fields can be added to the end with minor version bumps.
Removal, reordering and changes to existing fields require a major version bump. sizeof(AVProgram) must not be used outside libav*.
Definition at line 834 of file avformat.h.
enum AVDiscard AVProgram::discard |
selects which program to discard and which to feed to the caller
Definition at line 837 of file avformat.h.
Referenced by av_new_program(), discard_pid(), opt_input_file(), and transcode_init().
int AVProgram::flags |
Definition at line 836 of file avformat.h.
int AVProgram::id |
Definition at line 835 of file avformat.h.
Referenced by av_dump_format(), av_new_program(), check_stream_specifier(), discard_pid(), ff_program_add_stream_index(), opt_input_file(), and transcode().
AVDictionary* AVProgram::metadata |
Definition at line 840 of file avformat.h.
Referenced by av_dump_format(), avformat_free_context(), ff_metadata_conv_ctx(), sdt_cb(), and transcode().
unsigned int AVProgram::nb_stream_indexes |
Definition at line 839 of file avformat.h.
Referenced by av_dump_format(), av_find_best_stream(), check_stream_specifier(), ff_program_add_stream_index(), find_program_from_stream(), opt_input_file(), transcode(), and transcode_init().
unsigned int* AVProgram::stream_index |
Definition at line 838 of file avformat.h.
Referenced by av_dump_format(), av_find_best_stream(), avformat_free_context(), check_stream_specifier(), ff_program_add_stream_index(), find_program_from_stream(), opt_input_file(), transcode(), and transcode_init().