summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-11-17 03:45:53 +0000
committerMike Melanson <mike@multimedia.cx>2004-11-17 03:45:53 +0000
commitacfd8f0fdb54b6d14e1584138fffd21edeaf4a2f (patch)
tree1b436de625a082af8737dc382fb32d553d695bd6 /libavcodec/allcodecs.c
parentb339fb00ba773857b364655d266222e66d196daf (diff)
native QPEG video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3688 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 fcccf18b79..ce30182ae8 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -119,6 +119,7 @@ void avcodec_register_all(void)
register_avcodec(&ulti_decoder);
register_avcodec(&qdraw_decoder);
register_avcodec(&xl_decoder);
+ register_avcodec(&qpeg_decoder);
#ifdef CONFIG_FAAD
register_avcodec(&aac_decoder);
register_avcodec(&mpeg4aac_decoder);