summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-06-22 19:24:09 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-06-22 19:24:09 +0000
commit3b636f21daa6996e20ef97131a1c3649c3043304 (patch)
tree8321dd9f0db957b5b61a6cb397693d3102108146 /libavcodec/allcodecs.c
parentc6ef6e14cfc472b8077f2d0805c092aeebc1c0f2 (diff)
downloadffmpeg-streaming-3b636f21daa6996e20ef97131a1c3649c3043304.zip
ffmpeg-streaming-3b636f21daa6996e20ef97131a1c3649c3043304.tar.gz
Native VP8 decoder.
Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23719 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 3f0b975..0e3b9b3 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -201,6 +201,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (VP6, vp6);
REGISTER_DECODER (VP6A, vp6a);
REGISTER_DECODER (VP6F, vp6f);
+ REGISTER_DECODER (VP8, vp8);
REGISTER_DECODER (VQA, vqa);
REGISTER_ENCDEC (WMV1, wmv1);
REGISTER_ENCDEC (WMV2, wmv2);
OpenPOWER on IntegriCloud