diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-10-27 04:30:48 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-10-27 04:30:48 +0000 |
commit | ab711b3c8d59671e2f506a9febd030f74fda006b (patch) | |
tree | 899ae36dc2010b090aeb109609562b93b4f809bd /libavcodec/allcodecs.c | |
parent | 3237f7318344f55a9397eeaa1e4536319c7a9987 (diff) | |
download | ffmpeg-ab711b3c8d59671e2f506a9febd030f74fda006b.tar.gz |
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3641 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 2a24dd7333..d8409bd78e 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -109,6 +109,7 @@ void avcodec_register_all(void) register_avcodec(&tscc_decoder); register_avcodec(&ulti_decoder); register_avcodec(&qdraw_decoder); + register_avcodec(&xl_decoder); #ifdef CONFIG_FAAD register_avcodec(&aac_decoder); register_avcodec(&mpeg4aac_decoder); |