FFmpeg
|
Data Fields | |
InputStream | ist |
char | log_name [32] |
int | sch_idx_stream |
int | sch_idx_dec |
double | ts_scale |
int | decoding_needed |
int | discard |
int | finished |
int | streamcopy_needed |
int | have_sub2video |
int | reinit_filters |
int | autorotate |
int | apply_cropping |
int | wrap_correction_done |
int | saw_first_ts |
dts of the first packet read for this stream (in AV_TIME_BASE units) More... | |
int64_t | first_dts |
int64_t | next_dts |
dts of the last packet read for this stream (in AV_TIME_BASE units) More... | |
int64_t | dts |
const AVCodecDescriptor * | codec_desc |
AVDictionary * | decoder_opts |
DecoderOpts | dec_opts |
char | dec_name [16] |
AVFrame * | decoded_params |
AVBSFContext * | bsf |
uint64_t | nb_packets |
uint64_t | data_size |
Definition at line 43 of file ffmpeg_demux.c.
InputStream DemuxStream::ist |
Definition at line 44 of file ffmpeg_demux.c.
Referenced by demux_stream_alloc(), ist_add(), and ist_dts_update().
char DemuxStream::log_name[32] |
Definition at line 47 of file ffmpeg_demux.c.
Referenced by demux_stream_alloc(), and input_stream_item_name().
int DemuxStream::sch_idx_stream |
Definition at line 49 of file ffmpeg_demux.c.
Referenced by demux_stream_alloc(), do_send(), and ist_use().
int DemuxStream::sch_idx_dec |
Definition at line 50 of file ffmpeg_demux.c.
Referenced by demux_stream_alloc(), and ist_use().
double DemuxStream::ts_scale |
Definition at line 52 of file ffmpeg_demux.c.
Referenced by ist_add(), and ts_fixup().
int DemuxStream::decoding_needed |
Definition at line 55 of file ffmpeg_demux.c.
Referenced by demux_final_stats(), and ist_use().
int DemuxStream::discard |
Definition at line 60 of file ffmpeg_demux.c.
Referenced by demux_final_stats(), discard_unused_programs(), input_thread(), ist_add(), ist_find_unused(), and ist_use().
int DemuxStream::finished |
Definition at line 63 of file ffmpeg_demux.c.
Referenced by demux_send(), do_send(), and input_thread().
int DemuxStream::streamcopy_needed |
Definition at line 65 of file ffmpeg_demux.c.
Referenced by ist_use().
int DemuxStream::have_sub2video |
Definition at line 66 of file ffmpeg_demux.c.
Referenced by demux_send(), and ist_filter_add().
int DemuxStream::reinit_filters |
Definition at line 67 of file ffmpeg_demux.c.
Referenced by ist_add(), and ist_filter_add().
int DemuxStream::autorotate |
Definition at line 68 of file ffmpeg_demux.c.
Referenced by ist_add(), and ist_filter_add().
int DemuxStream::apply_cropping |
Definition at line 69 of file ffmpeg_demux.c.
Referenced by ist_add(), and ist_filter_add().
int DemuxStream::wrap_correction_done |
Definition at line 72 of file ffmpeg_demux.c.
Referenced by ts_fixup().
int DemuxStream::saw_first_ts |
dts of the first packet read for this stream (in AV_TIME_BASE units)
Definition at line 73 of file ffmpeg_demux.c.
Referenced by ist_dts_update().
int64_t DemuxStream::first_dts |
Definition at line 75 of file ffmpeg_demux.c.
Referenced by ist_add(), ist_dts_update(), and readrate_sleep().
int64_t DemuxStream::next_dts |
dts of the last packet read for this stream (in AV_TIME_BASE units)
Definition at line 79 of file ffmpeg_demux.c.
Referenced by ist_add(), ist_dts_update(), and ts_discontinuity_detect().
int64_t DemuxStream::dts |
Definition at line 81 of file ffmpeg_demux.c.
Referenced by input_packet_process(), ist_dts_update(), readrate_sleep(), and ts_discontinuity_detect().
const AVCodecDescriptor* DemuxStream::codec_desc |
Definition at line 83 of file ffmpeg_demux.c.
Referenced by ist_add(), and ist_dts_update().
AVDictionary* DemuxStream::decoder_opts |
Definition at line 85 of file ffmpeg_demux.c.
Referenced by ist_add(), ist_free(), and ist_use().
DecoderOpts DemuxStream::dec_opts |
Definition at line 86 of file ffmpeg_demux.c.
Referenced by ist_add(), ist_free(), and ist_use().
char DemuxStream::dec_name[16] |
Definition at line 87 of file ffmpeg_demux.c.
Referenced by ist_filter_add(), and ist_use().
AVFrame* DemuxStream::decoded_params |
Definition at line 89 of file ffmpeg_demux.c.
Referenced by ist_filter_add(), ist_free(), and ist_use().
AVBSFContext* DemuxStream::bsf |
Definition at line 91 of file ffmpeg_demux.c.
Referenced by demux_bsf_flush(), demux_send(), ist_add(), and ist_free().
uint64_t DemuxStream::nb_packets |
Definition at line 94 of file ffmpeg_demux.c.
Referenced by demux_final_stats(), and input_packet_process().
uint64_t DemuxStream::data_size |
Definition at line 96 of file ffmpeg_demux.c.
Referenced by demux_final_stats(), and input_packet_process().