Redesign the libopencv wrapper to make it more generic. Accept both

FILTERNAME=ARGS and FILTERNAME:ARGS syntax.

The same filter class will be used for managing all the libopencv
filtering functions.

Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-12-23 17:24:19 +00:00
parent 8399d23517
commit cf69ad35c5
7 changed files with 103 additions and 24 deletions
+1
View File
@@ -66,6 +66,7 @@ version <next>:
- FLAC parser added
- gradfun filter added
- AMR-WB decoder
- replace the ocv_smooth filter by a more generic ocv filter
version 0.6: