Commit 4cb9f1a7 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Vittorio Giovara

h264_cabac: fix one fill_rectangle() indentation level

Bug-Id: CID 1087088
parent 60b05513
......@@ -2189,7 +2189,7 @@ decode_intra_mb:
}
}else
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++){
......
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