diff options
author | anatoly <anatoly.nenashev@ovsoft.ru> | 2011-03-28 20:02:19 +0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-03-30 07:18:34 +0200 |
commit | ce02f9becfc2e89bf552a86303b00d0b36323cdf (patch) | |
tree | 907b8390ee01083485ef269003ae52887c0d425e /libavcodec/version.h | |
parent | e0e3b8b297bae5144f23fd4b46a1309857040b63 (diff) | |
download | ffmpeg-ce02f9becfc2e89bf552a86303b00d0b36323cdf.tar.gz |
Add MxPEG decoder
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 a1c8365e5c..5aa0b82c45 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 116 +#define LIBAVCODEC_VERSION_MINOR 117 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |