demux: add "BIKb" FourCC

More support for the worst codec ever.

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Vika Apelsinova 2014-01-11 06:47:43 -08:00 committed by wm4
parent 89d400dc21
commit 77a2d79edb
1 changed files with 1 additions and 0 deletions

View File

@ -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"},