diff options
author | Mark Wachsler <wachsler-at-google.com@ffmpeg.org> | 2017-09-07 09:42:07 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-10 01:33:28 +0200 |
commit | 1df91b48a39abfa62bc40ca53b1225631ba110ca (patch) | |
tree | 947cc98c5eca304c1bcb0efee6eacccd69f686aa /libavcodec/mdct_float.c | |
parent | b61e5a878c845b8bee1267fdb75c293feb00ae0d (diff) | |
download | ffmpeg-1df91b48a39abfa62bc40ca53b1225631ba110ca.tar.gz |
libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0
When parsing a monochrome file, chroma_log2_weight_denom was used without
being initialized, which could lead to a bogus error message being printed, e.g.
[h264 @ 0x61a000026480] chroma_log2_weight_denom 24576 is out of range
It also could led to warnings using AddressSanitizer.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit fde5c7dc79eb017790ba232442ad2a4eecea4bf1)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mdct_float.c')
0 files changed, 0 insertions, 0 deletions