[Mplayer-cvslog] CVS: main/etc codecs.conf,1.141,1.142
    Mike Melanson 
    melanson at mplayer.dev.hu
       
    Mon Feb 25 03:48:39 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/vidix/drivers mach64_vid.c,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main adpcm.c,1.8,1.9 adpcm.h,1.6,1.7 dec_audio.c,1.82,1.83 codec-cfg.c,1.69,1.70 codec-cfg.h,1.42,1.43
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv16121/etc
Modified Files:
	codecs.conf 
Log Message:
fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders
(including MS, DK4 and DK3 ADPCM)
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- codecs.conf	20 Feb 2002 22:45:00 -0000	1.141
+++ codecs.conf	25 Feb 2002 02:48:36 -0000	1.142
@@ -384,19 +384,19 @@
   format 0x2
   driver msadpcm
 
-audiocodec fox61adpcm
+audiocodec dk4adpcm
   info "Duck DK4 ADPCM (rogue format number)"
   status working
   comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
   format 0x61
-  driver fox61adpcm
+  driver dk4adpcm
 
-audiocodec fox62adpcm
+audiocodec dk3adpcm
   info "Duck DK3 ADPCM (rogue format number)"
   status working
   comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
   format 0x62
-  driver fox62adpcm
+  driver dk3adpcm
 
 audiocodec roqaudio
   info "Id RoQ File Audio Decoder"
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/vidix/drivers mach64_vid.c,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main adpcm.c,1.8,1.9 adpcm.h,1.6,1.7 dec_audio.c,1.82,1.83 codec-cfg.c,1.69,1.70 codec-cfg.h,1.42,1.43
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list