Libav
|
#include <internal.h>
Data Fields | |
int | reorder |
Set to 1 if the codec allows reordering, so pts can be different from dts. More... | |
AVCodecContext * | avctx |
The codec context used by avformat_find_stream_info, the parser, etc. More... | |
int | avctx_inited |
1 if avctx has been initialized with the values from the codec parameters More... | |
enum AVCodecID | orig_codec_id |
Definition at line 99 of file internal.h.
int AVStreamInternal::reorder |
Set to 1 if the codec allows reordering, so pts can be different from dts.
Definition at line 104 of file internal.h.
Referenced by init_muxer(), and prepare_input_packet().
AVCodecContext* AVStreamInternal::avctx |
The codec context used by avformat_find_stream_info, the parser, etc.
Definition at line 108 of file internal.h.
Referenced by avformat_find_stream_info(), avformat_new_stream(), compute_pkt_fields(), ff_compute_frame_duration(), free_stream(), has_codec_parameters(), has_decode_delay_been_guessed(), parse_packet(), try_decode_frame(), and update_initial_durations().
int AVStreamInternal::avctx_inited |
1 if avctx has been initialized with the values from the codec parameters
Definition at line 112 of file internal.h.
Referenced by avformat_find_stream_info().
enum AVCodecID AVStreamInternal::orig_codec_id |
Definition at line 114 of file internal.h.
Referenced by avformat_find_stream_info(), and avformat_open_input().