diff options
author | Peter Ross <pross@xvid.org> | 2012-11-23 17:29:49 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2012-12-04 20:53:26 +1100 |
commit | 59fe5a339b751e221bf038d20108f6cf1ede59db (patch) | |
tree | bb8b647ed123b212e87f822887eb39a11ac80c8f /libavcodec/version.h | |
parent | 400647f9ba6a65e45dbdd57ee05560758cfafdec (diff) | |
download | ffmpeg-59fe5a339b751e221bf038d20108f6cf1ede59db.tar.gz |
iff decoder: DEEP TVDC 32-bit decoder
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index a56e415cb7..ac33ccebdd 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 78 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 79 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |