comparison h264.h @ 8966:328b7d545d0b libavcodec

Parse dpb_output_delay in SEI picture structure. Patch by Ivan Schreter, schreter gmx net
author cehoyos
date Wed, 18 Feb 2009 00:36:07 +0000
parents a5dce344904a
children f0abc5f9e726
comparison
equal deleted inserted replaced
8965:a5dce344904a 8966:328b7d545d0b
500 * pic_struct in picture timing SEI message 500 * pic_struct in picture timing SEI message
501 */ 501 */
502 SEI_PicStructType sei_pic_struct; 502 SEI_PicStructType sei_pic_struct;
503 503
504 /** 504 /**
505 * dpb_output_delay in picture timing SEI message, see H.264 C.2.2
506 */
507 int sei_dpb_output_delay;
508
509 /**
505 * recovery_frame_cnt from SEI message 510 * recovery_frame_cnt from SEI message
506 * 511 *
507 * Set to -1 if no recovery point SEI message found or to number of frames 512 * Set to -1 if no recovery point SEI message found or to number of frames
508 * before playback synchronizes. Frames having recovery point are key 513 * before playback synchronizes. Frames having recovery point are key
509 * frames. 514 * frames.