]> git.sesse.net Git - vlc/commit
avformat: use avcodec codec_tag as original fourcc
authorDaniel Verkamp <daniel@drv.nu>
Thu, 6 Feb 2014 04:17:14 +0000 (21:17 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Feb 2014 15:03:33 +0000 (16:03 +0100)
commit9d30f924d9e55cdf157218d3b7047db88e1010ac
treeb8cae54be902c08e601c39cdd36349379367e2ad
parentc67c7d8692f9baec3501d011613d09e0bca4f89e
avformat: use avcodec codec_tag as original fourcc

Fixes Bink video playback. The Bink video decoder in libavcodec relies
on the fourcc to determine the version of the codec.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/avformat/demux.c