summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-20 17:22:06 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-14 19:20:47 +0100
commitdab1f543fcac7ad3dcdd427fc1b859667c82aaa2 (patch)
treeb8cadc285736af9a6b327a7b0d1b71aeafc3baef /libavcodec/allcodecs.c
parent23a610b9d66a512afed8627d294f4ae7b16153a0 (diff)
libvpx: support vp9
This feature is experimental use at your risk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 4622a03491..1aed693fa5 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -427,6 +427,7 @@ void avcodec_register_all(void)
REGISTER_ENCODER(LIBVO_AMRWBENC, libvo_amrwbenc);
REGISTER_ENCODER(LIBVORBIS, libvorbis);
REGISTER_ENCDEC (LIBVPX, libvpx);
+ REGISTER_ENCDEC (LIBVPX, libvpx_vp9);
REGISTER_ENCODER(LIBX264, libx264);
REGISTER_ENCODER(LIBXAVS, libxavs);
REGISTER_ENCODER(LIBXVID, libxvid);