summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-01-02 14:34:18 +0000
committerJosh de Kock <josh@itanimul.li>2018-02-06 18:57:42 +0000
commit0fd475704e871ef3a535947596a012894bae3cbd (patch)
treeb4f94e4e1de998837296e48a7dba037e1a93d959 /libavformat/internal.h
parent0694d8702421e7aff1340038559c438b61bb30dd (diff)
lavd: add new API for iterating input and output devices
This also adds an avpriv function to register devices in libavformat
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 1e2a3e05a1..0d08576c29 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -703,4 +703,11 @@ int ff_unlock_avformat(void);
*/
void ff_format_set_url(AVFormatContext *s, char *url);
+#if FF_API_NEXT
+/**
+ * Register devices in deprecated format linked list.
+ */
+void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
+#endif
+
#endif /* AVFORMAT_INTERNAL_H */