[FFmpeg-cvslog] r23066 - trunk/libavfilter/avfilter.h
stefano
subversion
Sun May 9 22:02:40 CEST 2010
Author: stefano
Date: Sun May 9 22:02:40 2010
New Revision: 23066
Log:
Bump lavfi minor after the addition of the fields interlaced and
top_field_first in AVFilterPicRef, done in r23044.
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h Sun May 9 19:46:42 2010 (r23065)
+++ trunk/libavfilter/avfilter.h Sun May 9 22:02:40 2010 (r23066)
@@ -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, \
More information about the ffmpeg-cvslog
mailing list