removed 'DIVX'->opendivx mapping

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@59 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-08 01:10:16 +00:00
parent f981ada8df
commit 2dfc67fafe
1 changed files with 1 additions and 1 deletions

View File

@ -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){