summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demux/codec_tags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 299249a2cf..3f5a3e0922 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -284,6 +284,7 @@ static const struct mp_codec_tag mp_video_codec_tags[] = {
{MKTAG('D', 'V', 'O', 'O'), "rawvideo"},
// ------- internal mplayer FourCCs ------
{MKTAG('A', 'N', 'M', ' '), "anm"},
+ {MKTAG('B', 'I', 'K', 'b'), "binkvideo"},
{MKTAG('B', 'I', 'K', 'f'), "binkvideo"},
{MKTAG('B', 'I', 'K', 'g'), "binkvideo"},
{MKTAG('B', 'I', 'K', 'h'), "binkvideo"},