diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-07 17:13:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-07 17:13:59 +0000 |
commit | b687c1aaac973d9a7c66d20105dbdd77bc96fa2b (patch) | |
tree | 5a35d91191bfafd3134911dfe9e11297f3072983 /libavutil | |
parent | e5026c36d47a0d9a74eb53f79b8030cf8acd96af (diff) | |
download | ffmpeg-b687c1aaac973d9a7c66d20105dbdd77bc96fa2b.tar.gz |
Bump minor for av_compare_ts()
Originally committed as revision 21673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 0655dc2e68..b56f0ed4c2 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -40,7 +40,7 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 50 -#define LIBAVUTIL_VERSION_MINOR 8 +#define LIBAVUTIL_VERSION_MINOR 9 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |