diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-09-07 00:05:30 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-09-07 00:05:30 +0000 |
commit | 74cf4819704968432c0bd1fa0aceff11da79c535 (patch) | |
tree | bddd35fffdb6a4d2df0e97508a0d4746fd932a0a /libavformat | |
parent | a3467f86083fa753c0c4b1c02152c3d14b9d151f (diff) | |
download | ffmpeg-74cf4819704968432c0bd1fa0aceff11da79c535.tar.gz |
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211
Originally committed as revision 15232 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 164b6adcc0..594cbe76a0 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 22 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |