diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-19 00:00:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-28 01:09:38 +0100 |
commit | 5bcefceec8b648bc4c06c98ff7649ccdb140a0bb (patch) | |
tree | 511d9c50bef2a01d9362d6c93d8a6f9eccb25fb8 /libavcodec/version.h | |
parent | b860f2218a74723e5ad731888d513a3f68be6af0 (diff) | |
download | ffmpeg-5bcefceec8b648bc4c06c98ff7649ccdb140a0bb.tar.gz |
avcodec: Add discard_sample_percentage
Suggested-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5c9b688524..6a10536dcc 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 45 +#define LIBAVCODEC_VERSION_MINOR 46 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |