diff options
author | Martin Storsjö <martin@martin.st> | 2010-05-19 08:13:13 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-05-19 08:13:13 +0000 |
commit | d4493e03b6c46d84f54d16b15c19f42863bddeed (patch) | |
tree | ed468450560c5946a222011553d00085461adbf7 /libavformat/avformat.h | |
parent | 910cde56a8a2838684775d0b0b142620317e4f64 (diff) | |
download | ffmpeg-d4493e03b6c46d84f54d16b15c19f42863bddeed.tar.gz |
Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT
Originally committed as revision 23179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-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 6582f194da..88cabc5468 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 62 +#define LIBAVFORMAT_VERSION_MINOR 63 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |