mirror of https://github.com/mpv-player/mpv
OpenDivX 4.8 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@55 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d0316d950c
commit
066971ca38
|
@ -737,6 +737,7 @@ if(has_video==2){
|
|||
if(avi_header.video.fccHandler==mmioFOURCC('d', 'i', 'v', 'x')) has_video=3;
|
||||
if(avi_header.bih.biCompression==mmioFOURCC('d', 'v', 'x', '1')) has_video=3;
|
||||
if(avi_header.bih.biCompression==mmioFOURCC('d', 'i', 'v', 'x')) has_video=3;
|
||||
if(avi_header.bih.biCompression==mmioFOURCC('D', 'I', 'V', 'X')) has_video=3; // Gabucino
|
||||
}
|
||||
|
||||
switch(has_video){
|
||||
|
|
Loading…
Reference in New Issue