summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKieran Kunhya <kieran@kunhya.com>2016-01-29 17:23:33 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-29 17:26:42 -0800
commite07e88cd82f78644ddcb10d7d3e0dd624fffe274 (patch)
tree2d3a4c17a7633d970652ef066ca20251c5896f11 /libavcodec/allcodecs.c
parent9ba54c1b82a81581e5283da75c153a76f04324c0 (diff)
downloadffmpeg-streaming-e07e88cd82f78644ddcb10d7d3e0dd624fffe274.zip
ffmpeg-streaming-e07e88cd82f78644ddcb10d7d3e0dd624fffe274.tar.gz
avcodec: Remove libvo-aacenc support.
The internal encoder is superior to libvo-aacenc. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 20d9f82..7552eab 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -578,7 +578,6 @@ void avcodec_register_all(void)
REGISTER_ENCODER(LIBTHEORA, libtheora);
REGISTER_ENCODER(LIBTWOLAME, libtwolame);
REGISTER_ENCDEC (LIBUTVIDEO, libutvideo);
- REGISTER_ENCODER(LIBVO_AACENC, libvo_aacenc);
REGISTER_ENCODER(LIBVO_AMRWBENC, libvo_amrwbenc);
REGISTER_ENCDEC (LIBVORBIS, libvorbis);
REGISTER_ENCDEC (LIBVPX_VP8, libvpx_vp8);
OpenPOWER on IntegriCloud