Fix indention of ffv1.c after previous commits.

Originally committed as revision 25477 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-10-14 22:10:50 +00:00
parent e42393d168
commit 1da7257739
1 changed files with 68 additions and 69 deletions

View File

@ -1322,7 +1322,6 @@ static int read_header(FFV1Context *f){
av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n");
return -1;
}
}
for(j=0; j<f->slice_count; j++){
FFV1Context *fs= f->slice_context[j];