diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-24 23:14:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-24 23:14:01 +0000 |
commit | 2bc05d35470d5a18f9c6d2d10be9c1c8ddc2f634 (patch) | |
tree | c861f42870be72be249487c5b9f5b6e65bc9f143 /Changelog | |
parent | d66a546f77391cbac6e0453f4d76791ed94a61a2 (diff) | |
download | ffmpeg-2bc05d35470d5a18f9c6d2d10be9c1c8ddc2f634.tar.gz |
Change the syntax of the crop filter from x:y:w:h to w:h:x:y.
Slightly more intuitive and required by a pending changes for making
the filter parametric.
Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ version <next>: - R10k video decoder - ocv_smooth filter - frei0r wrapper filter +- change crop filter syntax to width:height:x:y version 0.6: |