diff options
author | Martin Storsjö <martin@martin.st> | 2010-07-16 23:31:30 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-16 23:31:30 +0000 |
commit | 57fe80fe886291eec84ab41aa4b0e07901f6b6a5 (patch) | |
tree | 6662ad1157b3fb12ea8f6fd017b6ca8f72812d99 /libavformat | |
parent | d5e9ddeb73ebcb18a369f6f682ae45e0d7feab3e (diff) | |
download | ffmpeg-57fe80fe886291eec84ab41aa4b0e07901f6b6a5.tar.gz |
Bump minor and add APIchanges entry for url_fskip return value change.
Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7d7fce855d..4ab5cb59b1 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 73 +#define LIBAVFORMAT_VERSION_MINOR 74 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |