diff options
author | Marton Balint <cus@passwd.hu> | 2019-12-27 01:19:17 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-01-18 23:51:17 +0100 |
commit | 3ffe3b1db0ccb79b4a7ef2ce112e83e6f07aa49e (patch) | |
tree | af747efc9fb48d489a1fe5008a718ef4c2ee778a /libavformat/version.h | |
parent | a8ceb2a72fa1bef4ab5f1ec6cdc7ce74fffda19d (diff) | |
download | ffmpeg-3ffe3b1db0ccb79b4a7ef2ce112e83e6f07aa49e.tar.gz |
avformat/img2enc: add support for specifying protocol options
v2: simplified example
Signed-off-by: Marton Balint <cus@passwd.hu>
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 0a79868663..8be0c41411 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -33,7 +33,7 @@ // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 #define LIBAVFORMAT_VERSION_MINOR 35 -#define LIBAVFORMAT_VERSION_MICRO 103 +#define LIBAVFORMAT_VERSION_MICRO 104 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |