|
FFmpeg
|
Data Fields | |
| int64_t | dts |
| int64_t | duration |
| int | poc |
| int | gop |
| int64_t | serial |
| struct DTS2PTSNode * | next |
| int64_t DTS2PTSNode::dts |
Definition at line 50 of file dts2pts.c.
Referenced by dts2pts_filter().
| int64_t DTS2PTSNode::duration |
Definition at line 51 of file dts2pts.c.
Referenced by dts2pts_filter().
| int DTS2PTSNode::poc |
Definition at line 52 of file dts2pts.c.
Referenced by cmp_find(), dec_poc(), dts2pts_filter(), and hevc_queue_frame().
| int DTS2PTSNode::gop |
Definition at line 53 of file dts2pts.c.
Referenced by cmp_find(), collect_same_gop(), and dts2pts_filter().
| int64_t DTS2PTSNode::serial |
Definition at line 54 of file dts2pts.c.
Referenced by find_stalest().
| struct DTS2PTSNode* DTS2PTSNode::next |
Definition at line 55 of file dts2pts.c.
Referenced by collect_same_gop(), and hevc_queue_frame().
1.8.17