summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 28f9936fce..56c431ed46 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -268,6 +268,13 @@ void mp_cancel_reset(struct mp_cancel *c);
char *mp_file_url_to_filename(void *talloc_ctx, bstr url);
char *mp_file_get_path(void *talloc_ctx, bstr url);
+// stream_lavf.c
+struct AVDictionary;
+void mp_setup_av_network_options(struct AVDictionary **dict,
+ struct mpv_global *global,
+ struct mp_log *log,
+ struct MPOpts *opts);
+
void stream_print_proto_list(struct mp_log *log);
#endif /* MPLAYER_STREAM_H */