|
FFmpeg
|
Data Fields | ||
| struct AVTreeNode * | root | |
| AVFifo * | fifo | |
| AVRefStructPool * | node_pool | |
| int(* | init )(AVBSFContext *ctx) | |
| int(* | filter )(AVBSFContext *ctx) | |
| void(* | flush )(AVBSFContext *ctx) | |
| size_t | fifo_size | |
| CodedBitstreamContext * | cbc | |
| CodedBitstreamFragment | au | |
| union { | ||
| DTS2PTSH264Context h264 | ||
| DTS2PTSHEVCContext hevc | ||
| } | u | |
| int | nb_nodes | |
| int | nb_pending | |
| int64_t | serial | |
| int | nb_frame | |
| int | gop | |
| int | eof | |
| struct AVTreeNode* DTS2PTSContext::root |
| AVRefStructPool* DTS2PTSContext::node_pool |
| int(* DTS2PTSContext::init) (AVBSFContext *ctx) |
| int(* DTS2PTSContext::filter) (AVBSFContext *ctx) |
| void(* DTS2PTSContext::flush) (AVBSFContext *ctx) |
| CodedBitstreamContext* DTS2PTSContext::cbc |
| CodedBitstreamFragment DTS2PTSContext::au |
| DTS2PTSH264Context DTS2PTSContext::h264 |
| DTS2PTSHEVCContext DTS2PTSContext::hevc |
| union { ... } DTS2PTSContext::u |
| int DTS2PTSContext::gop |
Definition at line 103 of file dts2pts.c.
Referenced by cmp_insert().