diff mencoder.c @ 15359:af245d15f502

added twolame mp2 audio encoder
author nicodvb
date Sat, 07 May 2005 14:50:14 +0000
parents 854990f357ee
children 2f4125e4025e
line wrap: on
line diff
--- a/mencoder.c	Sat May 07 10:09:36 2005 +0000
+++ b/mencoder.c	Sat May 07 14:50:14 2005 +0000
@@ -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>