Changeset 478455d6 in ffmpeg

Timestamp:
May 26, 2011, 12:13:49 AM (14 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
00931991
Parents:
a2ee2843
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (05/26/11 00:12:57)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (05/26/11 00:13:49)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.