mirror of https://github.com/mpv-player/mpv
wmv3 needs extradata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14577 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef873c812c
commit
d8c2439bd6
|
@ -326,6 +326,7 @@ static int init(sh_video_t *sh){
|
|||
sh->format == mmioFOURCC('H','F','Y','U') ||
|
||||
sh->format == mmioFOURCC('F','F','V','H') ||
|
||||
sh->format == mmioFOURCC('W','M','V','2') ||
|
||||
sh->format == mmioFOURCC('W','M','V','3') ||
|
||||
sh->format == mmioFOURCC('A','S','V','1') ||
|
||||
sh->format == mmioFOURCC('A','S','V','2') ||
|
||||
sh->format == mmioFOURCC('V','S','S','H') ||
|
||||
|
|
Loading…
Reference in New Issue