diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-23 00:02:36 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-24 12:19:01 +0100 |
commit | 2ed0803c6c994c540bdf0849473e1baaad6af511 (patch) | |
tree | 13abbc72c1972a8aeb0788d7262bf78f6bb4c1b6 /libavutil/version.h | |
parent | 056664ff25c674e2bb5c448d4cd646a09fc87607 (diff) | |
download | ffmpeg-2ed0803c6c994c540bdf0849473e1baaad6af511.tar.gz |
lavu/eval: extend if/ifnot functions to accept a third parameter
Add support to an if/else construct, simplify logic in expressions.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 6fb794357e..8e678fe287 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -76,7 +76,7 @@ #define LIBAVUTIL_VERSION_MAJOR 52 #define LIBAVUTIL_VERSION_MINOR 15 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MICRO 102 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |