diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-23 13:04:57 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-23 13:04:57 +0000 |
commit | 588f8cd8dfc370117d452b7f2a67f71c91613fdf (patch) | |
tree | fa2cceda6a4b892743f020ccbb230401a1b08c8d /libavcodec/avcodec.h | |
parent | c58791069665877047849aa554fea10070b5af23 (diff) | |
download | ffmpeg-588f8cd8dfc370117d452b7f2a67f71c91613fdf.tar.gz |
Add Auravision Aura decoding support
Originally committed as revision 20914 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 be0d522b6d..933af7c23b 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 43 +#define LIBAVCODEC_VERSION_MINOR 44 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |