Browse Source

Update Changelog for lensfun addition and bump minor

tags/n4.1
Paul B Mahol 7 years ago
parent
commit
5d8df3cc4a
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Changelog
  2. +1
    -1
      libavfilter/version.h

+ 1
- 0
Changelog View File

@@ -14,6 +14,7 @@ version <next>:
- libtensorflow backend for DNN based filters like srcnn - libtensorflow backend for DNN based filters like srcnn
- vc1 decoder is now bit-exact - vc1 decoder is now bit-exact
- ATRAC9 decoder - ATRAC9 decoder
- lensfun wrapper filter




version 4.0: version 4.0:


+ 1
- 1
libavfilter/version.h View File

@@ -30,7 +30,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"


#define LIBAVFILTER_VERSION_MAJOR 7 #define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 25
#define LIBAVFILTER_VERSION_MINOR 26
#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_MICRO 100


#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \


Loading…
Cancel
Save