diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:24:19 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:24:19 +0000 |
commit | cf69ad35c5a7aab9cf056f957bfea484e849527c (patch) | |
tree | 711f479e70204e90a2fbdd4c1446e24d60627f88 /Changelog | |
parent | 8399d235177f323b2d349a47d174f446ae209652 (diff) | |
download | ffmpeg-cf69ad35c5a7aab9cf056f957bfea484e849527c.tar.gz |
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
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |