From b276854d0687a4951f7c0aafa8ba2604239a3e74 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 12 Dec 2010 02:54:21 +0000 Subject: Fix indention of one forgotten line in ffv1.c Originally committed as revision 25935 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ffv1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ffv1.c') diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 9bc97e87f9..83292b3869 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; iquant_table_count; i++){ for(j=0; jslice_count; j++){ FFV1Context *sf= s->slice_context[j]; -- cgit v1.2.3