summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-21 00:47:58 +0200
committerwm4 <wm4@nowhere>2013-06-25 00:11:54 +0200
commit4d33197547ec0334eb64d02b65b907b6a6dd107f (patch)
tree4a1d30b41d311eedc1f19bb90e662a1f3a4b310c /stream/stream.h
parentdb2e1ef4d210f5a8a4a2555d0a78b0a4dea103ec (diff)
downloadmpv-4d33197547ec0334eb64d02b65b907b6a6dd107f.tar.bz2
mpv-4d33197547ec0334eb64d02b65b907b6a6dd107f.tar.xz
stream: readd memory streams
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index aa1f943c4a..cee7fdc248 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -308,6 +308,7 @@ void free_stream(stream_t *s);
stream_t *open_stream(const char *filename, struct MPOpts *options,
int *file_format);
stream_t *open_output_stream(const char *filename, struct MPOpts *options);
+stream_t *open_memory_stream(void *data, int len);
struct demux_stream;
/// Set the callback to be used by libstream to check for user