aboutsummaryrefslogtreecommitdiff
path: root/git@git.khirnov.net:mpd.git
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-27 17:25:55 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-20 08:28:45 +0200
commitb81bee38a67e42fd54ae0825fd1e3caa5183dc09 (patch)
tree7a5414b9265e8ca8839b1c5669cc544ab35cc805 /git@git.khirnov.net:mpd.git
parenta205d8a399bc6532a9a63b6d5a47b871a8513123 (diff)
ffmpeg decoder plugin: do not abuse the AVCODEC_MAX_AUDIO_FRAME_SIZE macroHEADmaster
It is not meant to be used with the new audio decoding API, decoded audio frames can now be arbitrarily large depending on the decoder and the input packet size. Instead dynamically allocate the interleaving buffer to be as large as needed. Fixes build with libavcodec 55. With the old decoding API, use the av_fast_malloc() function to allocate the aligned decoding buffer instead of doing manual alignment.
Diffstat (limited to 'git@git.khirnov.net:mpd.git')
0 files changed, 0 insertions, 0 deletions