diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-26 21:36:05 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-26 21:36:05 +0000 |
commit | 13fabd7a8d6b01587cfc5049549d2e389b568182 (patch) | |
tree | d5ec71628686c25550c495c23e1e499ca579d946 /libavfilter/avfilter.h | |
parent | b6c06894560b9ed11bb6bf6d3036e7c278e1becf (diff) | |
download | ffmpeg-13fabd7a8d6b01587cfc5049549d2e389b568182.tar.gz |
Port MPlayer blackframe filter.
See thread:
Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter.
Date: Sun, 26 Sep 2010 01:10:40 +0200
Originally committed as revision 25214 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 c2a997998f..05ef354521 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 45 +#define LIBAVFILTER_VERSION_MINOR 46 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |