Implement cropdetect filter.

Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-10-12 09:22:32 +00:00
parent 16134b7c40
commit 68b79bfc48
7 changed files with 255 additions and 2 deletions

1
configure vendored
View File

@ -1399,6 +1399,7 @@ udp_protocol_deps="network"
# filters
blackframe_filter_deps="gpl"
cropdetect_filter_deps="gpl"
frei0r_filter_deps="frei0r dlopen strtok_r"
ocv_smooth_filter_deps="libopencv"
yadif_filter_deps="gpl"