# HG changeset patch # User arpi_esp # Date 984013816 0 # Node ID dfdc6c997922dc59500ddd2f88d35c1973f0d126 # Parent baa0a12438ebd58d86dd4cda4875f0baa609debd removed 'DIVX'->opendivx mapping diff -r baa0a12438eb -r dfdc6c997922 mplayer.c --- 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){