diff options
author | Jan Ekström <jeebjp@gmail.com> | 2012-08-20 12:15:34 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-20 11:22:59 +0200 |
commit | 1ab5a780424ae8755858e153def1173a50a44e4c (patch) | |
tree | 09c9bf900112cd918f78d14547ce163829a68408 /libavcodec/version.h | |
parent | 677e763a55dd882c08369f1b67277bf2f54387b7 (diff) | |
download | ffmpeg-1ab5a780424ae8755858e153def1173a50a44e4c.tar.gz |
lavc: add Ut Video encoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 a5ff119806..a144a3cbb5 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 25 +#define LIBAVCODEC_VERSION_MINOR 26 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |