diff options
author | Wan-Teh Chang <wtc-at-google.com@ffmpeg.org> | 2017-07-20 10:31:19 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-21 02:08:33 +0200 |
commit | 99c5ac20397ec1814d6a50bed74cadd421ad8b9d (patch) | |
tree | 45889108ba3640e0cc9c24a2b73c30b628ee6b4d /libavcodec/tdsc.c | |
parent | b77e26b28525f366c5f978214b230a5324bedf81 (diff) | |
download | ffmpeg-99c5ac20397ec1814d6a50bed74cadd421ad8b9d.tar.gz |
avcodec/h264: Declare the local variable decode_chroma as const.
ff_h264_decode_mb_cabac() and ff_h264_decode_mb_cavlc() are very long
functions. Declaring decode_chroma as const makes it clear the variable
doesn't change after initialization.
Signed-off-by: Wan-Teh Chang <wtc@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/tdsc.c')
0 files changed, 0 insertions, 0 deletions