diff options
author | Ronald S. Bultje <[email protected]> | 2013-09-30 23:03:30 -0400 |
---|---|---|
committer | Luca Barbato <[email protected]> | 2013-11-15 10:16:28 +0100 |
commit | 72ca830f511fcdc01253689615faed25da7c57bf (patch) | |
tree | abed6bfb85862fbfa306f686d93c822a82722004 /libavcodec/allcodecs.c | |
parent | 458446acfa1441d283dacf9e6e545beb083b8bb0 (diff) |
lavc: VP9 decoder
Originally written by Ronald S. Bultje <[email protected]> and
Clément Bœsch <[email protected]>
Further contributions by:
Anton Khirnov <[email protected]>
Diego Biurrun <[email protected]>
Luca Barbato <[email protected]>
Martin Storsjö <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index faa94b1ecb..6453e300f5 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -257,6 +257,7 @@ void avcodec_register_all(void) REGISTER_DECODER(VP6A, vp6a); REGISTER_DECODER(VP6F, vp6f); REGISTER_DECODER(VP8, vp8); + REGISTER_DECODER(VP9, vp9); REGISTER_DECODER(VQA, vqa); REGISTER_DECODER(WEBP, webp); REGISTER_ENCDEC (WMV1, wmv1); |