Mercurial > mplayer.hg
changeset 54:8ff005e84a97
OpenDivX 4.8 support
author | gabucino |
---|---|
date | Wed, 07 Mar 2001 20:41:52 +0000 |
parents | 40aa7156baa1 |
children | 91fa9f06657a |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Wed Mar 07 19:43:03 2001 +0000 +++ b/mplayer.c Wed Mar 07 20:41:52 2001 +0000 @@ -737,6 +737,7 @@ 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){