diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-09 14:41:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-19 15:07:52 +0100 |
commit | 31d2039cb42668ebcf08248bc48bbad44aa05f49 (patch) | |
tree | 1c52e9e8eb0d14950bb640d62ceac1342034ce91 /libavcodec/version.h | |
parent | 5b1d9ceec715846a58fe029bc3889ed6fa62436a (diff) | |
download | ffmpeg-31d2039cb42668ebcf08248bc48bbad44aa05f49.tar.gz |
h264_parser: export video format and dimensions
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 e3168c4a8e..d58e3298c6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 12 +#define LIBAVCODEC_VERSION_MINOR 13 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |