summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorKieran Kunhya <kierank@ob-encoder.com>2013-06-22 10:16:11 -0500
committerAnton Khirnov <anton@khirnov.net>2013-06-24 08:03:26 +0200
commit95d52464542f532061290192518d5fe1c1930e8d (patch)
tree230b2f45399420dad0b1f26d344d816321ff6abc /libavcodec/avcodec.h
parentace87c19ed4c4882d7b9b3ce512c4c195e39a203 (diff)
lavc: Add option to encode MPEG-2 AAC with libfdk-aac
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bb33d4a9f5..f4a10e10e7 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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