]> git.sesse.net Git - ffmpeg/commit
bink: pass Bink version to audio decoder through extradata instead of codec_tag.
authorKostya <kostya.shishkov@gmail.com>
Fri, 17 Jun 2011 07:28:58 +0000 (07:28 +0000)
committerAnton Khirnov <anton@khirnov.net>
Wed, 6 Jul 2011 12:52:02 +0000 (14:52 +0200)
commitdf64da3b1ef0c7014135bce44e5f82becf81fe79
treee9ecb6e91da26d99497ab733cc0df9a41e5ad0ee
parent0fedf754b24331ae80a50816cd02ad0eba9beba4
bink: pass Bink version to audio decoder through extradata instead of codec_tag.

This is needed because not all players (e.g. MPlayer) are able to distinguish
two different Bink audio decoders when codec_tag is set.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/binkaudio.c
libavformat/bink.c