diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-11 16:27:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-19 07:09:08 +0200 |
commit | ec2ac9271c91633e5d88551867a7f03bb81852f1 (patch) | |
tree | 703f473c9bc4e728d6107c171d28669fef8dfc5c /libavfilter/avfilter.h | |
parent | 0244879f30b81db7b7a001ce2ac21fe81b849ba4 (diff) | |
download | ffmpeg-ec2ac9271c91633e5d88551867a7f03bb81852f1.tar.gz |
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
The licence was changed from GPL to LGPL with explicit approval from
the original author.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source,
ported from MPlayer libmpcodecs
Date: Mon, 11 Jul 2011 16:32:41 +0200
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 8de0f2b5ca..f83c861f4b 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -29,7 +29,7 @@ #include "libavutil/rational.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 12 +#define LIBAVFILTER_VERSION_MINOR 13 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |