aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-03-01 02:24:58 +0000
committerMike Melanson <mike@multimedia.cx>2005-03-01 02:24:58 +0000
commit9c7fb60816035a8921e770155cffb11757be7a23 (patch)
tree7e9ef1c9e2d223216e372b0adaa4bacc7fadecbb /libavcodec/allcodecs.c
parent56b31a8ee2fa07d2a26e4fe2976157da6c1af637 (diff)
downloadffmpeg-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.c1
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);