summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 5bb6c06e30..4bced2e33a 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -24,6 +24,11 @@
#include "avformat.h"
+typedef struct RMStream RMStream;
+
+RMStream *ff_rm_alloc_rmstream (void);
+void ff_rm_free_rmstream (RMStream *rms);
+
/*< input format for Realmedia-style RTSP streams */
extern AVInputFormat rdt_demuxer;