diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-09 20:02:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-09 20:02:40 +0000 |
commit | b6bc205155acb77e0e08b75609c644682aad9cef (patch) | |
tree | b96cff6d61c9d3c1218344a800ef2a08988d56f9 | |
parent | 6ad533b7cbee7412b80a17531bff2739b8e34109 (diff) | |
download | ffmpeg-b6bc205155acb77e0e08b75609c644682aad9cef.tar.gz |
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
-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 3566ed61c3..716dc0b45f 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, \ |