diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-10-04 12:08:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 10:22:18 +0100 |
commit | 31c51f7441de07b88cfea2550245bf1f5140cb8f (patch) | |
tree | 9e490166e4344542fbaaf064a5fead2be4f332f7 /libavcodec/version.h | |
parent | b09ad37c83841c399abb7f2503a2ab214d0c2d48 (diff) | |
download | ffmpeg-31c51f7441de07b88cfea2550245bf1f5140cb8f.tar.gz |
avpacket: add a function for wrapping existing data as side data
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 29bc4b7e54..0e42e6cbe4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 10 +#define LIBAVCODEC_VERSION_MINOR 11 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |