changeset 35710:f7ea2a9f0c52

Support FFmpeg EVRC decoder by Paul B Mahol.
author cehoyos
date Mon, 21 Jan 2013 11:47:35 +0000
parents dad89f022a1a
children 8a3aa3aee319
files etc/codecs.conf
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Jan 21 11:01:42 2013 +0000
+++ b/etc/codecs.conf	Mon Jan 21 11:47:35 2013 +0000
@@ -4582,6 +4582,13 @@
   driver realaud
   dll "atrc.bundle/Contents/MacOS/atrc"
 
+audiocodec ffevrc
+  info "FFmpeg EVRC decoder"
+  status working
+  fourcc sevc
+  driver ffmpeg
+  dll evrc
+
 audiocodec ffadpcmadx
   info "FFmpeg SEGA CRI adx codec"
   status working