summaryrefslogtreecommitdiff
path: root/libavdevice/version.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 /libavdevice/version.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 'libavdevice/version.h')
-rw-r--r--libavdevice/version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 0d4477f82e..892c4f374e 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -47,4 +47,8 @@
* the public API and may change, break or disappear at any time.
*/
+#ifndef FF_API_NEXT
+#define FF_API_NEXT (LIBAVDEVICE_VERSION_MAJOR < 59)
+#endif
+
#endif /* AVDEVICE_VERSION_H */