[SCM] libav/experimental: unneeded and impossible during init ...

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:06:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 081c9d1d7ba4360ed9ab19802be2969843d2c5e3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Sep 9 12:46:25 2007 +0000

    unneeded and impossible during init ...
    
    Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index bf2a3d8..edf6e5c 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *avctx){
         for(j=0; j<MAX_REF_FRAMES; j++)
             scale_mv_ref[i][j] = 256*(i+1)/(j+1);
 
-    reset_contexts(s);
 /*
     width= s->width= avctx->width;
     height= s->height= avctx->height;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list