Changeset ac08f798 in ffmpeg

Timestamp:
Dec 17, 2011, 5:51:22 PM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
adb28c49
Parents:
583d3b7
git-author:
Mans Rullgard <mans@mansr.com> (12/17/11 16:19:24)
git-committer:
Mans Rullgard <mans@mansr.com> (12/17/11 17:51:22)
Message:

mp3dec: hack: fix decoding with safe bitstream reader

The buffer splicing relies on the bitstream reader over-reading
the end of the buffer as declared in init_get_bits(), although
more data is actually present. Manually moving the bitstream
boundary after init_get_bits() allows this to work as expected.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

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