summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-06-01 00:56:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-06-01 00:56:05 +0000
commit8809cfee0a6faa61055dfb2229879a822267a22b (patch)
treeba89020a444917b4feb358fe2f114c328e3f8f7a /libavcodec/allcodecs.c
parent642d7e842e7280e0fc5cde1fb2677172bc5f10d6 (diff)
4xm codec
Originally committed as revision 1923 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 c8742b8b29..980a470a84 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -105,6 +105,7 @@ void avcodec_register_all(void)
register_avcodec(&h264_decoder);
register_avcodec(&vp3_decoder);
register_avcodec(&asv1_decoder);
+ register_avcodec(&fourxm_decoder);
#ifdef CONFIG_AC3
register_avcodec(&ac3_decoder);
#endif