summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Bradshaw <mbradshaw@sorensonmedia.com>2012-08-12 10:29:36 -0600
committerMichael Niedermayer <michaelni@gmx.at>2012-08-14 16:54:25 +0200
commita22c996a851fbfd53f075838697759a18bb2f71a (patch)
tree784274d954a746675d1aa58f708addcd6fd1d455 /libavformat/allformats.c
parentaec9390a9d38014615d569ecaf392b22f693e4b6 (diff)
Add ICO muxer
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index d1b41e6ac7..9df6280e8e 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -112,7 +112,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (H263, h263);
REGISTER_MUXDEMUX (H264, h264);
REGISTER_DEMUXER (HLS, hls);
- REGISTER_DEMUXER (ICO, ico);
+ REGISTER_MUXDEMUX (ICO, ico);
REGISTER_DEMUXER (IDCIN, idcin);
REGISTER_DEMUXER (IDF, idf);
REGISTER_DEMUXER (IFF, iff);