Changeset 05d1e45d in ffmpeg

Timestamp:
Nov 22, 2011, 6:50:18 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
395f2e7
Parents:
9f8c190b
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (11/22/11 18:37:52)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (11/22/11 18:50:18)
Message:

wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.

The initial values are not checked against the number of block sizes.
Initializing them to frame_len_bits will result in a block size index of 0
in these cases instead of something that might be out-of-range.

Fixes Bug 81.

(No files)

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