FFmpeg
|
Data Fields | |
H264POCContext | poc |
SPS | sps |
int | poc_diff |
int | last_poc |
int | highest_poc |
int | picture_structure |
H264POCContext DTS2PTSH264Context::poc |
Definition at line 54 of file dts2pts.c.
Referenced by h264_filter(), and h264_flush().
SPS DTS2PTSH264Context::sps |
Definition at line 55 of file dts2pts.c.
Referenced by h264_filter(), h264_flush(), and h264_queue_frame().
int DTS2PTSH264Context::poc_diff |
Definition at line 56 of file dts2pts.c.
Referenced by h264_filter(), and h264_queue_frame().
int DTS2PTSH264Context::last_poc |
Definition at line 57 of file dts2pts.c.
Referenced by h264_filter(), h264_flush(), h264_init(), and h264_queue_frame().
int DTS2PTSH264Context::highest_poc |
Definition at line 58 of file dts2pts.c.
Referenced by h264_filter(), h264_flush(), h264_init(), and h264_queue_frame().
int DTS2PTSH264Context::picture_structure |
Definition at line 59 of file dts2pts.c.
Referenced by h264_filter(), and h264_queue_frame().