diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-07 20:41:52 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-07 20:41:52 +0000 |
commit | 066971ca388ffa108f7d4f2e6db0a86bd9317c5a (patch) | |
tree | 87a0ddc738670749facca1e8303c53ad5bfa064c /mplayer.c | |
parent | d0316d950cd0d48374f7cdfcc27c9e2419806907 (diff) | |
download | mpv-066971ca388ffa108f7d4f2e6db0a86bd9317c5a.tar.bz2 mpv-066971ca388ffa108f7d4f2e6db0a86bd9317c5a.tar.xz |
OpenDivX 4.8 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@55 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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){ |