summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index b10879066d..5f24280c69 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2981,6 +2981,18 @@ audiocodec faad
driver faad
dll libfaad2
+audiocodec ffaac
+ info "FFmpeg AAC (MPEG-2/MPEG-4 Audio) decoder"
+ status working
+ fourcc mp4a,MP4A
+ fourcc "VLB " ; Used in NSV, not really working
+ fourcc "AAC " ; Used in NSV
+ fourcc "AACP" ; Used in NSV for AACPlus
+ format 0xff
+ format 0x706D
+ driver ffmpeg
+ dll aac
+
audiocodec ffflac
info "FFmpeg FLAC audio decoder"
status working