]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/version.h
img2: add j2c file extension
[ffmpeg] / libavresample / version.h
index 387d097d3a49f0bbaed5f2a2cd79f52aa5cbccfd..ca836e4a56a5afbfd7a7739d989abdb0db74408f 100644 (file)
 #ifndef AVRESAMPLE_VERSION_H
 #define AVRESAMPLE_VERSION_H
 
+/**
+ * @file
+ * @ingroup lavr
+ * Libavresample version macros.
+ */
+
+#include "libavutil/version.h"
+
 #define LIBAVRESAMPLE_VERSION_MAJOR  1
-#define LIBAVRESAMPLE_VERSION_MINOR  1
+#define LIBAVRESAMPLE_VERSION_MINOR  2
 #define LIBAVRESAMPLE_VERSION_MICRO  0
 
 #define LIBAVRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \