Fix default value of time_offset_length.

Patch by John Stebbins stebbins jetheaddev com.

Originally committed as revision 25374 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
John Stebbins 14 years ago committed by Michael Niedermayer
parent 7c0460496b
commit 2c5438aa57
  1. 1
      libavcodec/h264_ps.c

@ -289,6 +289,7 @@ int ff_h264_decode_seq_parameter_set(H264Context *h){
if(sps == NULL)
return -1;
sps->time_offset_length = 24;
sps->profile_idc= profile_idc;
sps->level_idc= level_idc;

Loading…
Cancel
Save