Skip to content
Snippets Groups Projects
Commit ad1dadac authored by James Almer's avatar James Almer
Browse files

avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft


Reviewed-by: default avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 95a064f5
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,6 @@ ...@@ -58,9 +58,6 @@
#ifndef FF_API_FILL_FRAME #ifndef FF_API_FILL_FRAME
#define FF_API_FILL_FRAME (LIBAVFILTER_VERSION_MAJOR < 5) #define FF_API_FILL_FRAME (LIBAVFILTER_VERSION_MAJOR < 5)
#endif #endif
#ifndef FF_API_BUFFERSRC_BUFFER
#define FF_API_BUFFERSRC_BUFFER (LIBAVFILTER_VERSION_MAJOR < 5)
#endif
#ifndef FF_API_AVFILTERBUFFER #ifndef FF_API_AVFILTERBUFFER
#define FF_API_AVFILTERBUFFER (LIBAVFILTER_VERSION_MAJOR < 6) #define FF_API_AVFILTERBUFFER (LIBAVFILTER_VERSION_MAJOR < 6)
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment