[Mplayer-cvslog] CVS: main/etc codecs.conf,1.106,1.107
    Mike Melanson 
    melanson at mplayer.dev.hu
       
    Wed Dec 26 07:33:11 CET 2001
    
        - Previous message: [Mplayer-cvslog] CVS: main adpcm.c,NONE,1.1 adpcm.h,NONE,1.1 codec-cfg.c,1.53,1.54 codec-cfg.h,1.28,1.29 Makefile,1.127,1.128 dec_audio.c,1.58,1.59
- Next message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.106,1.107
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv2793/etc
Modified Files:
	codecs.conf 
Log Message:
Initial support for unified ADPCM decoder
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- codecs.conf	23 Dec 2001 22:36:35 -0000	1.106
+++ codecs.conf	26 Dec 2001 06:33:03 -0000	1.107
@@ -310,6 +310,14 @@
   driver qtrle
   out BGR32,BGR24
 
+audiocodec imaadpcm
+  info "IMA ADPCM"
+  status working
+  format 0x11
+  format 0x34616d69  ; "ima4" (MOV files)
+  driver adpcm
+  dll "imaadpcm"
+
 ; =============== WINDOWS DLL's ==============
 
 videocodec vp3
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main adpcm.c,NONE,1.1 adpcm.h,NONE,1.1 codec-cfg.c,1.53,1.54 codec-cfg.h,1.28,1.29 Makefile,1.127,1.128 dec_audio.c,1.58,1.59
- Next message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.106,1.107
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list