diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-23 16:01:15 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-23 16:01:15 +0000 |
commit | ce293510d990768e09cf422aa0c59b9308e4145b (patch) | |
tree | 6d98548b6b003e9e2141665d692e9ad28c0ceade /libavcodec/avcodec.h | |
parent | 588f8cd8dfc370117d452b7f2a67f71c91613fdf (diff) | |
download | ffmpeg-ce293510d990768e09cf422aa0c59b9308e4145b.tar.gz |
Auravision Aura 2 decoder
Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 933af7c23b..bb31919c44 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 44 +#define LIBAVCODEC_VERSION_MINOR 45 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |