]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/version.h
Reduce the scope of some variables
[ffmpeg] / libavresample / version.h
index 3cc4441d864d06445db052f98e360b6c7677866e..2f204e04761881c261620c2fd881f7ea9d04e3d2 100644 (file)
  * Libavresample version macros.
  */
 
-#define LIBAVRESAMPLE_VERSION_MAJOR  1
-#define LIBAVRESAMPLE_VERSION_MINOR  1
+#include "libavutil/version.h"
+
+#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, \
@@ -45,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 */