summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-03-11 16:26:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-03-11 16:26:42 +0000
commit08abe0fd66a03b50238654c93a172a059d09ac18 (patch)
tree1dc59cf619aa4a9028796d5ef680fb699138d5a8 /libavformat/allformats.c
parent1da57984e64f212abf415f3e4e3a589c935e5745 (diff)
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
Originally committed as revision 2872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 156f9783b7..b0b0e64372 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -96,6 +96,7 @@ void av_register_all(void)
#endif
nut_init();
+ matroska_init();
#ifdef CONFIG_ENCODERS
/* image formats */