diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-12-16 21:35:35 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-12-16 21:35:35 +0000 |
commit | 7b1454c43942e014f43c30f3ebc5467436254f65 (patch) | |
tree | 9fd9a0376f3f3d5fcf6ff951777bc5e8a0cfefef /libavcodec/avcodec.h | |
parent | 6120a343aa40a0bd895436570d3738f111901563 (diff) | |
download | ffmpeg-7b1454c43942e014f43c30f3ebc5467436254f65.tar.gz |
Implement av_set_string3().
Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 85448d8c6f..d98d2f21a9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,8 +30,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 6 -#define LIBAVCODEC_VERSION_MICRO 3 +#define LIBAVCODEC_VERSION_MINOR 7 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |