We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379632b commit a9d9f46Copy full SHA for a9d9f46
libavfilter/version_major.h
@@ -35,7 +35,7 @@
35
* the public API and may change, break or disappear at any time.
36
*/
37
38
-#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11)
39
-#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11)
+#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 12)
+#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 12)
40
41
#endif /* AVFILTER_VERSION_MAJOR_H */
0 commit comments