[SCM] libav/experimental: Fix indention of one forgotten line in ffv1.c

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


The following commit has been merged in the experimental branch:
commit b276854d0687a4951f7c0aafa8ba2604239a3e74
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 12 02:54:21 2010 +0000

    Fix indention of one forgotten line in ffv1.c
    
    Originally committed as revision 25935 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 9bc97e8..83292b3 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -1073,7 +1073,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
 
 #define STATS_OUT_SIZE 1024*1024*6
     if(avctx->flags & CODEC_FLAG_PASS1){
-    avctx->stats_out= av_mallocz(STATS_OUT_SIZE);
+        avctx->stats_out= av_mallocz(STATS_OUT_SIZE);
         for(i=0; i<s->quant_table_count; i++){
             for(j=0; j<s->slice_count; j++){
                 FFV1Context *sf= s->slice_context[j];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list