[FFmpeg-cvslog] r19081 - trunk/libavcodec/h264.c
michael
subversion
Wed Jun 3 21:23:35 CEST 2009
Author: michael
Date: Wed Jun 3 21:23:34 2009
New Revision: 19081
Log:
Print ct_type and pic_struct.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Wed Jun 3 20:50:46 2009 (r19080)
+++ trunk/libavcodec/h264.c Wed Jun 3 21:23:34 2009 (r19081)
@@ -6891,6 +6891,9 @@ static int decode_picture_timing(H264Con
skip_bits(&s->gb, h->sps.time_offset_length); /* time_offset */
}
}
+
+ if(s->avctx->debug & FF_DEBUG_PICT_INFO)
+ av_log(s->avctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", h->sei_ct_type, h->sei_pic_struct);
}
return 0;
}
More information about the ffmpeg-cvslog
mailing list