Mercurial > libavformat.hg
changeset 2655:2d3a902acf89 libavformat
New RM format deserves small version bump
author | kostya |
---|---|
date | Sun, 21 Oct 2007 17:26:02 +0000 |
parents | 37484d332087 |
children | 49bf9801a0af |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sun Oct 21 17:21:20 2007 +0000 +++ b/avformat.h Sun Oct 21 17:26:02 2007 +0000 @@ -21,8 +21,8 @@ #ifndef FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+0) -#define LIBAVFORMAT_VERSION 51.16.0 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1) +#define LIBAVFORMAT_VERSION 51.16.1 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)