diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 18:39:34 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 18:39:34 +0000 |
commit | 58935b25d00ed06eddb189ee4352ab0fc7f98648 (patch) | |
tree | 2738594ff208269aaaab0ff3270f26b8219f7eca /libavfilter/avfilter.h | |
parent | e58d0392c5d2c611a0a49c4ef2b1f67678e370ce (diff) | |
download | ffmpeg-58935b25d00ed06eddb189ee4352ab0fc7f98648.tar.gz |
Port overlay filter from the libavfilter repo (with many fixes),
adopting Baptiste variant which is simpler and faster.
Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 5021fa0b39..f02a66a0cb 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 62 +#define LIBAVFILTER_VERSION_MINOR 63 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |