|
|
int | reorder |
| | Set to 1 if the codec allows reordering, so pts can be different from dts.
|
| |
| 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.
|
| |
|
AVCodecContext * | avctx |
| | The codec context used by avformat_find_stream_info, the parser, etc.
|
| |
|
int | avctx_inited |
| | 1 if avctx has been initialized with the values from the codec parameters
|
| |
|
enum AVCodecID | orig_codec_id |
| |
|
struct { |
|
AVBSFContext * bsf |
| |
|
AVPacket * pkt |
| |
|
int inited |
| |
| } | extract_extradata |
| |
|
int | need_context_update |
| | Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar)
|
| |
|
FFFrac * | priv_pts |
| |
§ bsfcs
bitstream filters to run on stream
- encoding: Set by muxer using ff_stream_add_bitstream_filter
- decoding: unused
The documentation for this struct was generated from the following file: