summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2005-09-02 19:18:59 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2005-09-02 19:18:59 +0000
commitb93f738fde5d9eb626fc59d05e8300b8f411c099 (patch)
treea785535a181014723b331f51d77961ae9418f413 /libavformat/avformat.h
parentb461b3bc4a14fe86aba4ed8e9adf30ab262896a2 (diff)
Support D-Cinema audio demuxing.
Originally committed as revision 4549 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 8b751520c3..2245dc7b9e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -546,6 +546,9 @@ int ea_init(void);
/* nsvdec.c */
int nsvdec_init(void);
+/* daud.c */
+int daud_init(void);
+
#include "rtp.h"
#include "rtsp.h"