Changeset e48a9ac9 in ffmpeg

Timestamp:
May 25, 2015, 2:08:08 PM (10 years ago)
Author:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Branches:
master
Children:
9aabc926
Parents:
c50904fd
git-author:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (05/24/15 13:44:31)
git-committer:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (05/25/15 14:08:08)
Message:

libshine: fix support for shine 3.0

shine_encode_buffer expects written to be an int pointer, while the
previous shine_encode_frame expected it to be a long pointer.

Thus encoding with libshine currently always fails with
"internal buffer too small", because a negative return value of
shine_encode_buffer is interpreted as a very large long value.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

(No files)

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