[FFmpeg-cvslog] r25374 - trunk/libavcodec/h264_ps.c
michael
subversion
Wed Oct 6 19:50:05 CEST 2010
Author: michael
Date: Wed Oct 6 19:50:05 2010
New Revision: 25374
Log:
Fix default value of time_offset_length.
Patch by John Stebbins stebbins jetheaddev com.
Modified:
trunk/libavcodec/h264_ps.c
Modified: trunk/libavcodec/h264_ps.c
==============================================================================
--- trunk/libavcodec/h264_ps.c Wed Oct 6 19:43:15 2010 (r25373)
+++ trunk/libavcodec/h264_ps.c Wed Oct 6 19:50:05 2010 (r25374)
@@ -289,6 +289,7 @@ int ff_h264_decode_seq_parameter_set(H26
if(sps == NULL)
return -1;
+ sps->time_offset_length = 24;
sps->profile_idc= profile_idc;
sps->level_idc= level_idc;
More information about the ffmpeg-cvslog
mailing list