diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 05:28:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 05:28:13 +0200 |
commit | 5a284d076ffdca705204e3e4100917cd4dbda14c (patch) | |
tree | 409db710f32304c4192b2cebf4446bb0242b8189 /libavcodec/version.h | |
parent | fcca7671e29b67812d29af710ff90486944ee428 (diff) | |
parent | 22526c1f557a72b3285d295bd8b30c40eb65d437 (diff) | |
download | ffmpeg-streaming-5a284d076ffdca705204e3e4100917cd4dbda14c.zip ffmpeg-streaming-5a284d076ffdca705204e3e4100917cd4dbda14c.tar.gz |
Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'
* commit '22526c1f557a72b3285d295bd8b30c40eb65d437':
Canopus HQ/HQA decoder
Conflicts:
Changelog
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 dcb9652..5abd885 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 34 +#define LIBAVCODEC_VERSION_MINOR 35 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |