[SCM] libav/experimental: Fix default value of time_offset_length. Patch by John Stebbins stebbins jetheaddev com.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 2c5438aa574f1d0433e4ecc9fd59f886265225ba
Author: John Stebbins <stebbins at jetheaddev.com>
Date:   Wed Oct 6 17:50:05 2010 +0000

    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

diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c
index 6e12700..d147928 100644
--- a/libavcodec/h264_ps.c
+++ b/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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list