diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 18:29:16 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 18:29:16 +0000 |
commit | 7798b42df1611598a232a10d67756b2f32bd8fa5 (patch) | |
tree | f58431796bb63eac020ba28bc9587582138b44a9 /libavformat/avformat.h | |
parent | 897d3eef4c7ba35ec820dd5e2b378f8e368e9a18 (diff) | |
download | ffmpeg-7798b42df1611598a232a10d67756b2f32bd8fa5.tar.gz |
Add ff_ prefix to get_v()
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4c72a617c3..d99fb2ace3 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -21,8 +21,8 @@ #ifndef FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(17<<8)+0) -#define LIBAVFORMAT_VERSION 51.17.0 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(17<<8)+1) +#define LIBAVFORMAT_VERSION 51.17.1 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |