diff options
author | Baptiste Coudurier <baptiste.coudurier@smartjog.com> | 2010-12-04 13:03:42 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 13:03:42 +0000 |
commit | a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f (patch) | |
tree | 05f8e9fb6ea25e2715ccff5e3bc5d61c74287a16 /libavfilter/avfilter.h | |
parent | bb4afa13dd3264832bc379bbfefe1db8cf4f0e40 (diff) | |
download | ffmpeg-a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f.tar.gz |
Port libmpcodecs hqdn3d filter.
Patch by Baptiste with some fixes by me.
Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index aa83a5245a..5d34bee1af 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,8 +25,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 67 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MINOR 68 +#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |