diff mbox series

[FFmpeg-devel,84/87] avfilter/buffersrc: postpone removal of sws_param

Message ID 20210419141642.8429-1-jamrial@gmail.com
State Accepted
Commit 90262f3fb4afe4b903888e45cc40e2116cb69683
Headers show
Series Major bump | expand

Checks

Context Check Description
andriy/configure warning Failed to apply patch

Commit Message

James Almer April 19, 2021, 2:16 p.m. UTC
It was depreacted less than two years ago

Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavfilter/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas George April 19, 2021, 2:28 p.m. UTC | #1
James Almer (12021-04-19):
> It was depreacted less than two years ago
> 
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>  libavfilter/version.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

No objection.

Regards,
diff mbox series

Patch

diff --git a/libavfilter/version.h b/libavfilter/version.h
index ebac663e0d..dcac3e91ef 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -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)