FFmpeg
|
#include <internal.h>
Data Fields | |
int | reorder |
Set to 1 if the codec allows reordering, so pts can be different from dts. More... | |
AVBSFContext ** | bsfcs |
bitstream filters to run on stream More... | |
int | nb_bsfcs |
int | bitstream_checked |
Whether or not check_bitstream should still be run on each packet. 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 |
int | need_context_update |
Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar) More... | |
Definition at line 130 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 135 of file internal.h.
Referenced by init_muxer(), and prepare_input_packet().
AVBSFContext** AVStreamInternal::bsfcs |
bitstream filters to run on stream
Definition at line 142 of file internal.h.
Referenced by av_interleaved_write_frame(), ff_stream_add_bitstream_filter(), free_stream(), and seg_check_bitstream().
int AVStreamInternal::nb_bsfcs |
Definition at line 143 of file internal.h.
Referenced by av_interleaved_write_frame(), ff_stream_add_bitstream_filter(), free_stream(), and seg_check_bitstream().
int AVStreamInternal::bitstream_checked |
Whether or not check_bitstream should still be run on each packet.
Definition at line 148 of file internal.h.
Referenced by av_interleaved_write_frame().
AVCodecContext* AVStreamInternal::avctx |
The codec context used by avformat_find_stream_info, the parser, etc.
Definition at line 153 of file internal.h.
Referenced by add_av_stream1(), av_guess_frame_rate(), avformat_find_stream_info(), avformat_new_stream(), avpriv_set_pts_info(), compute_pkt_fields(), estimate_timings_from_bit_rate(), ff_compute_frame_duration(), ff_raw_video_read_header(), ff_rfps_calculate(), flac_read_timestamp(), free_stream(), has_codec_parameters(), has_decode_delay_been_guessed(), init_muxer(), mpegts_set_stream_info(), parse_packet(), read_frame_internal(), select_from_pts_buffer(), try_decode_frame(), update_dts_from_pts(), update_initial_durations(), and update_stream_avctx().
int AVStreamInternal::avctx_inited |
1 if avctx has been initialized with the values from the codec parameters
Definition at line 157 of file internal.h.
Referenced by avformat_find_stream_info().
enum AVCodecID AVStreamInternal::orig_codec_id |
Definition at line 159 of file internal.h.
Referenced by avformat_find_stream_info(), and avformat_open_input().
int AVStreamInternal::need_context_update |
Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar)
Definition at line 164 of file internal.h.
Referenced by avformat_new_stream(), ff_parse_mpeg2_descriptor(), m4sl_cb(), mpegts_find_stream_type(), mpegts_set_stream_info(), read_frame_internal(), set_codec_from_probe_data(), and update_stream_avctx().