From 20b2f493bb061cbb51b32ecc4f75bc29c3f7f15f Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 16 Feb 2010 21:54:50 +0000 Subject: Support FFmpeg's ALS decoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30604 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 26a052911e..8443202e0b 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3925,6 +3925,13 @@ audiocodec ffape driver ffmpeg dll "ape" +audiocodec ffals + info "FFmpeg ALS" + status working + fourcc "ALS " + driver ffmpeg + dll "als" + audiocodec ffmlp info "FFmpeg MLP" status working -- cgit v1.2.3 From cdd0ab0da9818aeb527e35fe73ee57bdf3aa4f70 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 17 Feb 2010 07:06:12 +0000 Subject: Mark ALS fourcc as internal only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30605 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 8443202e0b..fb0b9667a6 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3928,7 +3928,7 @@ audiocodec ffape audiocodec ffals info "FFmpeg ALS" status working - fourcc "ALS " + fourcc "ALS " ; internal MPlayer FourCC driver ffmpeg dll "als" -- cgit v1.2.3