FFmpeg
|
Data Fields | |
AVBitStreamFilterContext * | bsf |
AVCodecContext * | avctx |
int | out_stream_index |
Definition at line 36 of file concatdec.c.
AVBitStreamFilterContext* ConcatStream::bsf |
Definition at line 37 of file concatdec.c.
Referenced by concat_read_close(), detect_stream_specific(), and filter_packet().
AVCodecContext* ConcatStream::avctx |
Definition at line 38 of file concatdec.c.
Referenced by concat_read_close(), detect_stream_specific(), and filter_packet().
int ConcatStream::out_stream_index |
Definition at line 39 of file concatdec.c.
Referenced by concat_read_packet(), filter_packet(), match_streams(), match_streams_exact_id(), and match_streams_one_to_one().