From: Stefano Sabatini Date: Sun, 9 May 2010 20:02:40 +0000 (+0000) Subject: Bump lavfi minor after the addition of the fields interlaced and X-Git-Tag: v0.7b1~4221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6bc205155acb77e0e08b75609c644682aad9cef;p=platform%2Fupstream%2Flibav.git Bump lavfi minor after the addition of the fields interlaced and top_field_first in AVFilterPicRef, done in r23044. Originally committed as revision 23066 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3566ed6..716dc0b 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,7 +25,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 19 +#define LIBAVFILTER_VERSION_MINOR 20 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \