summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-03-10 23:23:25 +1100
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-14 08:05:01 -0400
commit0697440c1ef55e6def219cdf0e22682b0b71f089 (patch)
tree5969f36ad92dcb50c92a0f1dc41c65b3f83d348a /libavcodec/allcodecs.c
parent21de920472cc3d338312957bfd03dcac278b5ae3 (diff)
downloadffmpeg-streaming-0697440c1ef55e6def219cdf0e22682b0b71f089.zip
ffmpeg-streaming-0697440c1ef55e6def219cdf0e22682b0b71f089.tar.gz
Bitmap Brothers JV video decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
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 108a3ab..2ed49a2 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -126,6 +126,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (INDEO5, indeo5);
REGISTER_DECODER (INTERPLAY_VIDEO, interplay_video);
REGISTER_ENCDEC (JPEGLS, jpegls);
+ REGISTER_DECODER (JV, jv);
REGISTER_DECODER (KGV1, kgv1);
REGISTER_DECODER (KMVC, kmvc);
REGISTER_DECODER (LAGARITH, lagarith);
OpenPOWER on IntegriCloud