mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
added support for DX50 and dx50 4CCs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18165 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
aa0de16882
commit
a160c8687f
@ -247,7 +247,9 @@ static inline int is_mpeg4(uint32_t x)
|
||||
(x == mmioFOURCC('m','p','4','v')) ||
|
||||
(x == mmioFOURCC('M','P','4','V')) ||
|
||||
(x == mmioFOURCC('F', 'M','P','4')) ||
|
||||
(x == mmioFOURCC('f', 'm','p','4'))
|
||||
(x == mmioFOURCC('f', 'm','p','4')) ||
|
||||
(x == mmioFOURCC('D', 'X','5','0')) ||
|
||||
(x == mmioFOURCC('d', 'x','5','0'))
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user