lavc: Add option to encode MPEG-2 AAC with libfdk-aac

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Kieran Kunhya
2013-06-22 10:16:11 -05:00
committed by Anton Khirnov
parent ace87c19ed
commit 95d5246454
5 changed files with 9 additions and 1 deletions
+2
View File
@@ -2530,6 +2530,8 @@ typedef struct AVCodecContext {
#define FF_PROFILE_AAC_HE_V2 28
#define FF_PROFILE_AAC_LD 22
#define FF_PROFILE_AAC_ELD 38
#define FF_PROFILE_MPEG2_AAC_LOW 128
#define FF_PROFILE_MPEG2_AAC_HE 131
#define FF_PROFILE_DTS 20
#define FF_PROFILE_DTS_ES 30