1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

h264_cabac: fix one fill_rectangle() indentation level

Bug-Id: CID 1087088
This commit is contained in:
Michael Niedermayer 2014-11-10 08:43:08 +01:00 committed by Vittorio Giovara
parent 60b0551334
commit 4cb9f1a774

View File

@ -2189,7 +2189,7 @@ decode_intra_mb:
} }
}else }else
ref=0; ref=0;
fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1); fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1);
} }
} }
for(list=0; list<h->list_count; list++){ for(list=0; list<h->list_count; list++){