diff h264.h @ 9128:793cf8c68c4f libavcodec

Add support for ct_type to correctly detect interlaced flag
author schreter
date Wed, 04 Mar 2009 19:37:19 +0000
parents 24d0633a5248
children 54e650136c87
line wrap: on
line diff
--- a/h264.h	Wed Mar 04 18:18:49 2009 +0000
+++ b/h264.h	Wed Mar 04 19:37:19 2009 +0000
@@ -504,6 +504,13 @@
     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;