diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-03-01 02:24:58 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-03-01 02:24:58 +0000 |
commit | 9c7fb60816035a8921e770155cffb11757be7a23 (patch) | |
tree | 7e9ef1c9e2d223216e372b0adaa4bacc7fadecbb /libavcodec/allcodecs.c | |
parent | 56b31a8ee2fa07d2a26e4fe2976157da6c1af637 (diff) | |
download | ffmpeg-9c7fb60816035a8921e770155cffb11757be7a23.tar.gz |
go LOCO, courtesy of Kostya Shishkov
Originally committed as revision 3995 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 80153bc404..285cfcf225 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -125,6 +125,7 @@ void avcodec_register_all(void) register_avcodec(&qdraw_decoder); register_avcodec(&xl_decoder); register_avcodec(&qpeg_decoder); + register_avcodec(&loco_decoder); #ifdef CONFIG_FAAD register_avcodec(&aac_decoder); register_avcodec(&mpeg4aac_decoder); |