summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-09-05 18:45:32 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-09-05 18:45:32 +0000
commit3aa180b84ee2473ca14355ceca7c50d6216783a9 (patch)
treec179708808ba553e018aaf5bbf1945dd97681602 /libavformat/avformat.h
parent8026c3b54c1de01e864848469e1853e9fa27a965 (diff)
initial nut muxer and demuxer (demuxer is not fail safe)
Originally committed as revision 2211 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 7eb68162a6..e5df4c3649 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -392,6 +392,9 @@ int roq_init(void);
/* ipmovie.c */
int ipmovie_init(void);
+/* nut.c */
+int nut_init(void);
+
#include "rtp.h"
#include "rtsp.h"