mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
removed 'DIVX'->opendivx mapping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@59 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f981ada8df
commit
2dfc67fafe
@ -737,7 +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
|
||||
// if(avi_header.bih.biCompression==mmioFOURCC('D', 'I', 'V', 'X')) has_video=3; // Gabucino
|
||||
}
|
||||
|
||||
switch(has_video){
|
||||
|
Loading…
Reference in New Issue
Block a user