diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-28 00:13:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-28 00:22:38 +0200 |
commit | 4260ed462b4ca92e90fb13006b7b5db8010a32d0 (patch) | |
tree | 56c17fc958353f0083df433939dae669937a2814 /libavcodec/h264_cabac.c | |
parent | 1fc28cf1644e813f57dcdcf687e77dc3167b9823 (diff) | |
download | ffmpeg-4260ed462b4ca92e90fb13006b7b5db8010a32d0.tar.gz |
avcodec/h264_cabac: fix indention
Fixes CID1087088
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r-- | libavcodec/h264_cabac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index 786324c2f3..5b1a82766c 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -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++){ |