OpenDivX 4.8 support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@55 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-03-07 20:41:52 +00:00
parent d0316d950c
commit 066971ca38
1 changed files with 1 additions and 0 deletions

View File

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