diff options
author | Nicolas George <nicola.george@normalesup.org> | 2007-05-02 13:49:08 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-05-02 13:49:08 +0000 |
commit | 4f2c36ac4f3e6d7de02c95a484a005ea8cd561bf (patch) | |
tree | 9c43752623b1307298b768cdf856b0ed790c8895 /libavcodec/avcodec.h | |
parent | 711737af8eecd76ee001375884c83d5e91724135 (diff) | |
download | ffmpeg-4f2c36ac4f3e6d7de02c95a484a005ea8cd561bf.tar.gz |
add the possibility to choose aac profile
patch by Nicolas George nicolas george chez normalesup org
original thread: [Ffmpeg-devel] [PATCH] FAAC profile selection
date: 04/27/2007 08:11 PM
Originally committed as revision 8872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3a90098dd4..85d7712479 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1820,6 +1820,10 @@ typedef struct AVCodecContext { */ int profile; #define FF_PROFILE_UNKNOWN -99 +#define FF_PROFILE_AAC_MAIN 0 +#define FF_PROFILE_AAC_LOW 1 +#define FF_PROFILE_AAC_SSR 2 +#define FF_PROFILE_AAC_LTP 3 /** * level |