Mercurial > mplayer.hg
changeset 58:dfdc6c997922
removed 'DIVX'->opendivx mapping
author | arpi_esp |
---|---|
date | Thu, 08 Mar 2001 01:10:16 +0000 |
parents | baa0a12438eb |
children | 739bf8d5bebc |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Thu Mar 08 01:06:59 2001 +0000 +++ b/mplayer.c Thu Mar 08 01:10:16 2001 +0000 @@ -737,7 +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 +// if(avi_header.bih.biCompression==mmioFOURCC('D', 'I', 'V', 'X')) has_video=3; // Gabucino } switch(has_video){