Commit 0a4005ce authored by dharani.prabhu.s's avatar dharani.prabhu.s Committed by Laurent Aimar

Antiflicker filter initial version

Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
parent 922b9d31
......@@ -58,6 +58,7 @@ SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
SOURCES_scene = scene.c
SOURCES_sepia = sepia.c
SOURCES_yuvp = yuvp.c
SOURCES_antiflicker = antiflicker.c
SOURCES_atmo = atmo/atmo.cpp \
atmo/AtmoDefs.h \
atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
......@@ -127,4 +128,5 @@ libvlc_LTLIBRARIES += \
libwall_plugin.la \
libwave_plugin.la \
libgradfun_plugin.la \
libyuvp_plugin.la
libyuvp_plugin.la \
libantiflicker_plugin.la
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment