mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avfilter/buffersrc: postpone removal of sws_param
It was depreacted less than two years ago Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
0bf3a7361d
commit
90262f3fb4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user