From 77a2d79edb3e9fc31353376ecb258c4fdc6ebbd9 Mon Sep 17 00:00:00 2001 From: Vika Apelsinova Date: Sat, 11 Jan 2014 06:47:43 -0800 Subject: demux: add "BIKb" FourCC More support for the worst codec ever. Signed-off-by: wm4 --- demux/codec_tags.c | 1 + 1 file changed, 1 insertion(+) 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"}, -- cgit v1.2.3