Commit b276854d authored by Michael Niedermayer's avatar Michael Niedermayer

Fix indention of one forgotten line in ffv1.c

Originally committed as revision 25935 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 92b818eb
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment