diff options
author | Toshimitsu Kimura <lovesyao@gmail.com> | 2009-02-11 16:28:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-11 16:28:46 +0000 |
commit | 865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a (patch) | |
tree | ac8d47435863deb63b77a72f115e5f4f25371f1f /libavformat/avformat.h | |
parent | 15c13dde9817018f9d06a30176aceadeddb38943 (diff) | |
download | ffmpeg-865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a.tar.gz |
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Originally committed as revision 17159 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 06bba43570..a1a9b601ef 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 26 +#define LIBAVFORMAT_VERSION_MINOR 27 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |