diff options
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 587f1e3f1c..fc9cef5d36 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -504,6 +504,13 @@ typedef struct H264Context{ SEI_PicStructType sei_pic_struct; /** + * Bit set of clock types for fields/frames in picture timing SEI message. + * For each found ct_type, appropriate bit is set (e.g., bit 1 for + * interlaced). + */ + int sei_ct_type; + + /** * dpb_output_delay in picture timing SEI message, see H.264 C.2.2 */ int sei_dpb_output_delay; |