summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-28 01:01:09 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-28 01:01:09 +0000
commitb5670209438481f21addc8b7c4891627dd5ddac7 (patch)
tree69b199d9dd349c1ad56a9b1a964ede545d662864 /libavfilter/avfilter.h
parent28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c (diff)
downloadffmpeg-streaming-b5670209438481f21addc8b7c4891627dd5ddac7.zip
ffmpeg-streaming-b5670209438481f21addc8b7c4891627dd5ddac7.tar.gz
Add copy filter, useful for testing the avfilter_draw_slice() copy
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index c52aeab..02b513f 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -27,7 +27,7 @@
#include "libavcore/samplefmt.h"
#define LIBAVFILTER_VERSION_MAJOR 1
-#define LIBAVFILTER_VERSION_MINOR 71
+#define LIBAVFILTER_VERSION_MINOR 72
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
OpenPOWER on IntegriCloud