Hello, this patch adds a mapping for the .avi extension in the "MCI Extensions" registry section, removes commented out custom formats, which we will never support, alphabetically sorts the whole section, replaces MPEGVideo2 by MPEGVideo (my win2k install has it that way), adds MCI32 registry section for 32-bit applications. Changelog: Dmitry Timoshkov <dmitry@xxxxxxxxxxxxxxx> Correct "MCI Extensions" registry section, add MCI32 section. --- cvs/hq/wine/winedefault.reg Thu Dec 04 03:20:18 2003 +++ wine/winedefault.reg Mon Dec 08 12:58:14 2003 @@ -49,23 +49,19 @@ # WinMM config # [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI Extensions] -"cda"="cdaudio" -"mid"="sequencer" -"midi"="sequencer" -"rmi"="sequencer" -# aif"="MPEGVideo" "aifc"="MPEGVideo" -# aiff"="MPEGVideo" -"asf"="MPEGVideo2" -"asx"="MPEGVideo2" +"asf"="MPEGVideo" +"asx"="MPEGVideo" "au"="MPEGVideo" -# avi"="MPEGVideo" -"lsf"="MPEGVideo2" -"lsx"="MPEGVideo2" +"avi"="AVIVideo" +"cda"="CDAudio" +"lsf"="MPEGVideo" +"lsx"="MPEGVideo" "m1v"="MPEGVideo" "m3u"="MPEGVideo" -# mov"="MPEGVideo" "m3u"="MPEGVideo" +"mid"="Sequencer" +"midi"="Sequencer" "mp2"="MPEGVideo" "mp2v"="MPEGVideo" "mp3"="MPEGVideo" @@ -75,18 +71,24 @@ "mpg"="MPEGVideo" "mpv"="MPEGVideo" "mpv2"="MPEGVideo" -# qt"="MPEGVideo" -"snd"="MPEGVideo" "rmi"="MPEGVideo" -# wav"="MPEGVideo" -"wav"="waveaudio" -"wax"="MPEGVideo2" -"wm"="MPEGVideo2" -"wma"="MPEGVideo2" -"wmp"="MPEGVideo2" -"wmv"="MPEGVideo2" -"wmx"="MPEGVideo2" -"wvx"="MPEGVideo2" +"rmi"="Sequencer" +"snd"="MPEGVideo" +"wav"="WaveAudio" +"wax"="MPEGVideo" +"wm"="MPEGVideo" +"wma"="MPEGVideo" +"wmp"="MPEGVideo" +"wmv"="MPEGVideo" +"wmx"="MPEGVideo" +"wvx"="MPEGVideo" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI32] +"AVIVideo"="mciavi.drv" +"CDAudio"="mcicda.drv" +"Sequencer"="mciseq.drv" +"WaveAudio"="mciwave.drv" +#"MPEGVideo"="mciqtz32.drv" # # Override default load address of BDE (Borland database engine),