diff avformat.h @ 380:9416dc106e06 libavformat

matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
author michael
date Thu, 11 Mar 2004 16:26:42 +0000
parents b0e50e10472c
children 37a29b5200d8
line wrap: on
line diff
--- a/avformat.h	Wed Mar 10 03:54:56 2004 +0000
+++ b/avformat.h	Thu Mar 11 16:26:42 2004 +0000
@@ -483,6 +483,9 @@
 /* sierravmd.c */
 int vmd_init(void);
 
+/* matroska.c */
+int matroska_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"