comparison 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
comparison
equal deleted inserted replaced
9127:5d2f8632d417 9128:793cf8c68c4f
502 * pic_struct in picture timing SEI message 502 * pic_struct in picture timing SEI message
503 */ 503 */
504 SEI_PicStructType sei_pic_struct; 504 SEI_PicStructType sei_pic_struct;
505 505
506 /** 506 /**
507 * Bit set of clock types for fields/frames in picture timing SEI message.
508 * For each found ct_type, appropriate bit is set (e.g., bit 1 for
509 * interlaced).
510 */
511 int sei_ct_type;
512
513 /**
507 * dpb_output_delay in picture timing SEI message, see H.264 C.2.2 514 * dpb_output_delay in picture timing SEI message, see H.264 C.2.2
508 */ 515 */
509 int sei_dpb_output_delay; 516 int sei_dpb_output_delay;
510 517
511 /** 518 /**