summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-10-02 05:20:07 +0000
committerMike Melanson <mike@multimedia.cx>2003-10-02 05:20:07 +0000
commit6955a88293ea3dc98beb31f43993b7cd6a24b4c9 (patch)
treec8c0ce37607445fa74bf6e16481b625c6c132c1a /libavcodec/allcodecs.c
parentec59fd536f93fdca464ac9cbe423647c96bf69c0 (diff)
first pass at a VQA video decoder
Originally committed as revision 2332 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 40af69ee82..10dacf8db5 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -127,6 +127,7 @@ void avcodec_register_all(void)
register_avcodec(&cinepak_decoder);
register_avcodec(&msrle_decoder);
register_avcodec(&msvideo1_decoder);
+ register_avcodec(&vqa_decoder);
#ifdef CONFIG_AC3
register_avcodec(&ac3_decoder);
#endif