Commit 4260ed46 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264_cabac: fix indention

Fixes CID1087088
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1fc28cf1
......@@ -2194,7 +2194,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