aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
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/avformat.h
parent1da57984e64f212abf415f3e4e3a589c935e5745 (diff)
downloadffmpeg-08abe0fd66a03b50238654c93a172a059d09ac18.tar.gz
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/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 58109627f9..5d87ac7e22 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -483,6 +483,9 @@ int flic_init(void);
/* sierravmd.c */
int vmd_init(void);
+/* matroska.c */
+int matroska_init(void);
+
#include "rtp.h"
#include "rtsp.h"