diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
commit | 3aa180b84ee2473ca14355ceca7c50d6216783a9 (patch) | |
tree | c179708808ba553e018aaf5bbf1945dd97681602 /libavformat/avformat.h | |
parent | 8026c3b54c1de01e864848469e1853e9fa27a965 (diff) | |
download | ffmpeg-3aa180b84ee2473ca14355ceca7c50d6216783a9.tar.gz |
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.h | 3 |
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" |