Skip to content

Commit a9d9f46

Browse files
committed
avfilter/version_major: postpone some deprecations until the next bump
They are too recent. Signed-off-by: James Almer <[email protected]>
1 parent 379632b commit a9d9f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libavfilter/version_major.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* the public API and may change, break or disappear at any time.
3636
*/
3737

38-
#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11)
39-
#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11)
38+
#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 12)
39+
#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 12)
4040

4141
#endif /* AVFILTER_VERSION_MAJOR_H */

0 commit comments

Comments
 (0)