summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-07 14:50:14 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-07 14:50:14 +0000
commit5bb432dbbe51cb1f046fb6bdf62203605f1ca795 (patch)
tree23c0709acf68e47f650d8fd7205258b7445e2096 /mencoder.c
parent08e479c3c65fb364974621721c16253e409e31e5 (diff)
downloadmpv-5bb432dbbe51cb1f046fb6bdf62203605f1ca795.tar.bz2
mpv-5bb432dbbe51cb1f046fb6bdf62203605f1ca795.tar.xz
added twolame mp2 audio encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 83875247fb..e6398e4f0d 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -18,6 +18,7 @@
#define ACODEC_LAVC 4
#define ACODEC_TOOLAME 5
#define ACODEC_FAAC 6
+#define ACODEC_TWOLAME 7
#include <stdio.h>
#include <stdlib.h>