diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-23 21:37:26 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-29 21:29:58 +0100 |
commit | 20dd41af8513de427b00ee598339c9bc5778bdc5 (patch) | |
tree | fd749810dc37b040c215e399941474189023413a /libavfilter/version.h | |
parent | 9b500b8f6c9806f3979f9d1fb874b7f4a802c656 (diff) | |
download | ffmpeg-20dd41af8513de427b00ee598339c9bc5778bdc5.tar.gz |
lavfi: add ashowinfo filter
It can be useful for debugging.
Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 0e72a47916..eb5326bda8 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 1 +#define LIBAVFILTER_VERSION_MINOR 2 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |