comparison mencoder.c @ 15359:af245d15f502

added twolame mp2 audio encoder
author nicodvb
date Sat, 07 May 2005 14:50:14 +0000
parents 854990f357ee
children 2f4125e4025e
comparison
equal deleted inserted replaced
15358:87121d373127 15359:af245d15f502
16 #define ACODEC_VBRMP3 2 16 #define ACODEC_VBRMP3 2
17 #define ACODEC_NULL 3 17 #define ACODEC_NULL 3
18 #define ACODEC_LAVC 4 18 #define ACODEC_LAVC 4
19 #define ACODEC_TOOLAME 5 19 #define ACODEC_TOOLAME 5
20 #define ACODEC_FAAC 6 20 #define ACODEC_FAAC 6
21 #define ACODEC_TWOLAME 7
21 22
22 #include <stdio.h> 23 #include <stdio.h>
23 #include <stdlib.h> 24 #include <stdlib.h>
24 #include <string.h> 25 #include <string.h>
25 #include <signal.h> 26 #include <signal.h>