diff etc/codecs.conf @ 27200:4c4c3d7845fc

Add support for MLP audio through FFmpeg.
author diego
date Mon, 07 Jul 2008 12:17:46 +0000
parents 2b2ee1d4a62a
children a25810edd65a
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Jul 07 09:32:21 2008 +0000
+++ b/etc/codecs.conf	Mon Jul 07 12:17:46 2008 +0000
@@ -2912,6 +2912,13 @@
   driver ffmpeg
   dll "ape"
 
+audiocodec ffmlp
+  info "FFmpeg MLP decoder"
+  status working
+  fourcc "MLP " ; internal MPlayer FourCC
+  driver ffmpeg
+  dll "mlp"
+
 audiocodec ffnellymoser
   info "FFmpeg Nellymoser Audio decoder"
   status working