diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-01-20 16:56:53 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-01-20 16:56:53 +0000 |
commit | 6a505e955b295a4a6c4b05f07689c131e4b8c7b8 (patch) | |
tree | 8a7ff00a78dfb9bb669cdf661c781ee55e82e86e /libavcodec/aacenc.h | |
parent | a72b1ea8261f093f0cdeebee9638f3d1b6367f37 (diff) | |
download | ffmpeg-6a505e955b295a4a6c4b05f07689c131e4b8c7b8.tar.gz |
aacenc: remove FAAC-like coder
Has been marked for removal for over a month and has not been improved
or touched at all since it was implemented.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/aacenc.h')
-rw-r--r-- | libavcodec/aacenc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/aacenc.h b/libavcodec/aacenc.h index a4a49c5253..2252e2989c 100644 --- a/libavcodec/aacenc.h +++ b/libavcodec/aacenc.h @@ -34,8 +34,7 @@ #include "lpc.h" typedef enum AACCoder { - AAC_CODER_FAAC = 0, - AAC_CODER_ANMR, + AAC_CODER_ANMR = 0, AAC_CODER_TWOLOOP, AAC_CODER_FAST, |