mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
demux: add "BIKb" FourCC
More support for the worst codec ever. Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
89d400dc21
commit
77a2d79edb
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user