Add new audio filter for encoding multi-channel audio into ac3 at runtime.
commit66abcc42af42d848725974c1a08fd43ce2053f78
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 13 Dec 2007 12:38:17 +0000 (13 12:38 +0000)
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 13 Dec 2007 12:38:17 +0000 (13 12:38 +0000)
tree18626f55f3ae52f1b4af63154b57053047b44fb8
parent0b162b1a83008458f26999f90a14f8fb0a58fff7
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
And if set first parameter of this filter to 1, it will do ac3 passthrough
like hwac3 did.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25385 b3059339-0415-0410-9bf9-f77b7e298cf2
DOCS/man/en/mplayer.1
DOCS/tech/wishlist
libaf/Makefile
libaf/af.c
libaf/af_lavcac3enc.c [new file with mode: 0644]