diff etc/codecs.conf @ 30232:6a39197f519a

mark cfhdvfw decoder as working on windows only add ffmpeg sipr / acelp.net decoder as buggy until 16k is supported
author compn
date Mon, 11 Jan 2010 11:16:09 +0000
parents 271a7b3bc116
children a4f0e79d7d14
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Jan 11 08:21:31 2010 +0000
+++ b/etc/codecs.conf	Mon Jan 11 11:16:09 2010 +0000
@@ -1999,7 +1999,7 @@
 videocodec cfhdvfw
   status working
   info "CineForm HD"
-  comment "set registry keys for half-res decoding"
+  comment "windows only" ; set registry keys for half-res decoding
   status working
   fourcc CFHD
   driver vfw
@@ -3488,6 +3488,14 @@
   driver ffmpeg
   dll "atrac3"
 
+audiocodec ffsipr
+  info "FFmpeg Sipr/Acelp.net audio"
+  status buggy ; missing 16k support
+  format 0x72706973 ; "sipr"
+  format 0x130 ; acelp.net
+  driver ffmpeg
+  dll "sipr"
+
 audiocodec ra144
   info "RealAudio 1.0"
   status working