diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-07-27 22:53:24 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-08-07 23:14:28 +1000 |
commit | 0549daa71bfab36c06be44273759c2593b35ee8f (patch) | |
tree | eae3abae49ed20ef7a1ab6f8898ebddfe40ea218 /libavformat/version.h | |
parent | 62da99e1d0985dcb19fc2150bee35dcb4b98267d (diff) | |
download | ffmpeg-0549daa71bfab36c06be44273759c2593b35ee8f.tar.gz |
avformat: add argo_asf muxer
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 33cebed85e..4d31e1ec3e 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -32,7 +32,7 @@ // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 -#define LIBAVFORMAT_VERSION_MINOR 49 +#define LIBAVFORMAT_VERSION_MINOR 50 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |