diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 11:43:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 12:33:54 +0100 |
commit | ce7f1c76bd8fc3b4b2dc013ea7e635ed26a8c9fd (patch) | |
tree | 8be215ba20ca416953db67b910cd23bd8988e312 /libavcodec/hevc_cabac.c | |
parent | 641358addcffe0cca55c547316781b11e9315dbc (diff) | |
download | ffmpeg-ce7f1c76bd8fc3b4b2dc013ea7e635ed26a8c9fd.tar.gz |
avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_cabac.c')
-rw-r--r-- | libavcodec/hevc_cabac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/hevc_cabac.c b/libavcodec/hevc_cabac.c index a8cf9a78fa..43fd8924bc 100644 --- a/libavcodec/hevc_cabac.c +++ b/libavcodec/hevc_cabac.c @@ -320,8 +320,7 @@ static const uint8_t init_values[3][HEVC_CONTEXTS] = { 154, 196, 167, 167, 154, 152, 167, 182, 182, 134, 149, 136, 153, 121, 136, 122, 169, 208, 166, 167, 154, 152, 167, 182, // coeff_abs_level_greater2_flag - 107, 167, 91, 107, 107, 167, - }, + 107, 167, 91, 107, 107, 167, }, }; static const uint8_t scan_1x1[1] = { |