Skip to content

Commit

Permalink
avfilter/buffersrc: postpone removal of sws_param
Browse files Browse the repository at this point in the history
It was depreacted less than two years ago

Signed-off-by: James Almer <[email protected]>
  • Loading branch information
jamrial committed Apr 27, 2021
1 parent 0bf3a73 commit 90262f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavfilter/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/

#ifndef FF_API_SWS_PARAM_OPTION
#define FF_API_SWS_PARAM_OPTION (LIBAVFILTER_VERSION_MAJOR < 8)
#define FF_API_SWS_PARAM_OPTION (LIBAVFILTER_VERSION_MAJOR < 9)
#endif
#ifndef FF_API_BUFFERSINK_ALLOC
#define FF_API_BUFFERSINK_ALLOC (LIBAVFILTER_VERSION_MAJOR < 9)
Expand Down

0 comments on commit 90262f3

Please sign in to comment.