diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2011-06-16 19:35:33 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-20 23:28:55 +0200 |
commit | 093768c9a4855b82c13124f835b655dd70883012 (patch) | |
tree | 6d64245937efda9cf495ac00d1c0d0987d341b1c /libavcodec/dcadsp.c | |
parent | cfbaeb311d906099bd9b8fbf0fa38cdb1b08f23e (diff) | |
download | ffmpeg-093768c9a4855b82c13124f835b655dd70883012.tar.gz |
Fix bink audio playback outside of FFmpeg.
There are 2 known Bink audio codecs. Additionally they have
a different flavor if they are found inside Bink-b "BIKb" file.
In order to guess the correct flavor, the demuxer sets the audio
codec_tag to be the same as the file format tag.
This causes problem because same tag is used for both audio codecs.
The hack works in FFmpeg because audio codecs are identified by their
codec_id, but other players rely on standard behavior.
This fix removes the codec_tag hack and instead uses artificial
extradata format to signal the codec flavor. This would also
allow proper embedding of Bink audio in other containers.
Signed-off-by: Ivan Kalvachev <ikalvachev@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dcadsp.c')
0 files changed, 0 insertions, 0 deletions