[SCM] libav/experimental: 10l

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:42:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 9b21f0561bd07ebb9da0878c577d7a802d07b7b8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 23 16:18:10 2005 +0000

    10l
    
    Originally committed as revision 3870 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/xvidff.c b/libavcodec/xvidff.c
index ab81f03..70f744f 100644
--- a/libavcodec/xvidff.c
+++ b/libavcodec/xvidff.c
@@ -442,7 +442,7 @@ int ff_xvid_encode_frame(AVCodecContext *avctx,
         else if( xvid_enc_stats.type == XVID_TYPE_BVOP )
             p->pict_type = FF_B_TYPE;
         else if( xvid_enc_stats.type == XVID_TYPE_SVOP )
-            p->pict_type = FF_SP_TYPE;
+            p->pict_type = FF_S_TYPE;
         else
             p->pict_type = FF_I_TYPE;
         if( xvid_enc_frame.out_flags & XVID_KEYFRAME ) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list