[FFmpeg-cvslog] r25935 - trunk/libavcodec/ffv1.c

michael subversion
Sun Dec 12 03:54:22 CET 2010


Author: michael
Date: Sun Dec 12 03:54:21 2010
New Revision: 25935

Log:
Fix indention of one forgotten line in ffv1.c

Modified:
   trunk/libavcodec/ffv1.c

Modified: trunk/libavcodec/ffv1.c
==============================================================================
--- trunk/libavcodec/ffv1.c	Sun Dec 12 01:53:01 2010	(r25934)
+++ trunk/libavcodec/ffv1.c	Sun Dec 12 03:54:21 2010	(r25935)
@@ -1073,7 +1073,7 @@ static av_cold int encode_init(AVCodecCo
 
 #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];



More information about the ffmpeg-cvslog mailing list