comparison mencoder.c @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents e84a6ae9d51e
children af245d15f502
comparison
equal deleted inserted replaced
15258:c2979462805a 15259:854990f357ee
15 #define ACODEC_PCM 1 15 #define ACODEC_PCM 1
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 21
21 #include <stdio.h> 22 #include <stdio.h>
22 #include <stdlib.h> 23 #include <stdlib.h>
23 #include <string.h> 24 #include <string.h>
24 #include <signal.h> 25 #include <signal.h>