changeset 37109:a625ce680fc3

Support FFmpeg's native Opus decoder.
author reimar
date Sun, 18 May 2014 17:51:13 +0000
parents a88581872033
children 4e00eb3f4c76
files etc/codecs.conf
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun May 18 16:43:34 2014 +0000
+++ b/etc/codecs.conf	Sun May 18 17:51:13 2014 +0000
@@ -5887,6 +5887,13 @@
   driver ffmpeg
   dll "vmdaudio"
 
+audiocodec ffopus
+  info "FFmpeg opus"
+  status working
+  fourcc opus ; internal MPlayer FourCC
+  driver ffmpeg
+  dll opus
+
 audiocodec fflibopus
   info "FFmpeg libopus"
   status working