diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-25 20:12:57 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-25 20:13:49 -0400 |
commit | 478455d66b80e335bdabc00df5dee298d630cbab (patch) | |
tree | 045e73af556089fd83f526d23c6c6ad7cc33c796 /libavcodec/libx264.c | |
parent | a2ee2843c09a6116b090020eff8213b86ea98bdb (diff) | |
download | ffmpeg-478455d66b80e335bdabc00df5dee298d630cbab.tar.gz |
ac3enc: initialize all coefficients to zero.
Uninitialized coefficients were being used to generate exponents, some
of which actually ended up in the final stream. Even though, they were
just extra exponents that are not used by any decoder, it is still
better to have consistent output for testing. This also fixes valgrind
errors.
Diffstat (limited to 'libavcodec/libx264.c')
0 files changed, 0 insertions, 0 deletions