Commit 2c5438aa authored by John Stebbins's avatar John Stebbins Committed by Michael Niedermayer

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
parent 7c046049
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment