diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-09-26 13:56:50 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-09-26 13:56:50 +0000 |
commit | cba322d76d4a00b659d7de030018d6003820c715 (patch) | |
tree | f72c85848ffa978d6f59fe419dd08c4f2f1a3d1e /libavcodec/avcodec.h | |
parent | 10f93363b77b0fdd42acf5626ed896703908c9d3 (diff) | |
download | ffmpeg-cba322d76d4a00b659d7de030018d6003820c715.tar.gz |
Make WMV3 decoder attempt to decode WMVP as well
Originally committed as revision 25209 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 24e9077521..45609d0585 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 90 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |