diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-10-24 01:38:30 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-10-24 01:38:30 +0000 |
commit | da396bf84e53ee5bd46c69df6511cd5cbfb73e7a (patch) | |
tree | 4b67552b8c21c2e252728cf0411c397eabc6f9db /libavcodec/avcodec.h | |
parent | 76e9fd01dde9764b66b8021f627149ed43a2de8a (diff) | |
download | ffmpeg-da396bf84e53ee5bd46c69df6511cd5cbfb73e7a.tar.gz |
dnxhd parser
Originally committed as revision 15673 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 dfd7264458..3be94023a1 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 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |