projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement RMStream stream-specific private data object in the RM demuxer.
[ffmpeg.git]
/
libavformat
/
rm.h
diff --git
a/libavformat/rm.h
b/libavformat/rm.h
index
5bb6c06
..
4bced2e
100644
(file)
--- 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;