diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-07-02 17:39:03 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-07-02 17:39:03 +0000 |
commit | 93eea20a793baf7357e374620b55f3793b873a2c (patch) | |
tree | 0313ade963ef81047bb6faeb899ed472eab1238f | |
parent | 19c039ee3db6ab8b60957cefaef05792ef314786 (diff) | |
download | ffmpeg-93eea20a793baf7357e374620b55f3793b873a2c.tar.gz |
Bump libavformat minor (as a result of r24003).
Originally committed as revision 24007 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 8229bedb9f..cb21dac5cb 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 72 +#define LIBAVFORMAT_VERSION_MINOR 73 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |