diff mencoder.c @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents e84a6ae9d51e
children af245d15f502
line wrap: on
line diff
--- a/mencoder.c	Mon Apr 25 06:46:30 2005 +0000
+++ b/mencoder.c	Mon Apr 25 07:07:57 2005 +0000
@@ -17,6 +17,7 @@
 #define ACODEC_NULL 3
 #define ACODEC_LAVC 4
 #define ACODEC_TOOLAME 5
+#define ACODEC_FAAC 6
 
 #include <stdio.h>
 #include <stdlib.h>