]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/version.h
hwcontext_dxva2: split transfer_data() into upload/download functions
[ffmpeg] / libavresample / version.h
index ca836e4a56a5afbfd7a7739d989abdb0db74408f..2f204e04761881c261620c2fd881f7ea9d04e3d2 100644 (file)
@@ -27,8 +27,8 @@
 
 #include "libavutil/version.h"
 
-#define LIBAVRESAMPLE_VERSION_MAJOR  1
-#define LIBAVRESAMPLE_VERSION_MINOR  2
+#define LIBAVRESAMPLE_VERSION_MAJOR  3
+#define LIBAVRESAMPLE_VERSION_MINOR  0
 #define LIBAVRESAMPLE_VERSION_MICRO  0
 
 #define LIBAVRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \
@@ -47,8 +47,4 @@
  * the public API and may change, break or disappear at any time.
  */
 
-#ifndef FF_API_RESAMPLE_CLOSE_OPEN
-#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 2)
-#endif
-
 #endif /* AVRESAMPLE_VERSION_H */