Browse Source

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
tags/n0.8
John Stebbins Michael Niedermayer 15 years ago
parent
commit
2c5438aa57
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h264_ps.c

+ 1
- 0
libavcodec/h264_ps.c View File

@@ -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