1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00

libavfilter: add deshake filter

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
danielgtaylor
2011-10-04 01:31:18 +02:00
committed by Michael Niedermayer
parent 7985381e23
commit 0cc2ed4a20
3 changed files with 525 additions and 1 deletions
+3 -1
View File
@@ -18,7 +18,8 @@ OBJS = allfilters.o \
defaults.o \
drawutils.o \
formats.o \
graphparser.o \
graphparser.o \
transform.o \
OBJS-$(CONFIG_AVCODEC) += avcodec.o
@@ -41,6 +42,7 @@ OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o
OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o
OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o
OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o