diff avformat.h @ 847:f5a33919749a libavformat

Support D-Cinema audio demuxing.
author reimar
date Fri, 02 Sep 2005 19:18:59 +0000
parents 35e372e6a6c3
children 81d0b5753240
line wrap: on
line diff
--- a/avformat.h	Fri Sep 02 19:16:48 2005 +0000
+++ b/avformat.h	Fri Sep 02 19:18:59 2005 +0000
@@ -546,6 +546,9 @@
 /* nsvdec.c */
 int nsvdec_init(void);
 
+/* daud.c */
+int daud_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"