[MPlayer-cvslog] r29103 - in trunk/libmpcodecs: vf_sab.c vf_scale.c vf_screenshot.c vf_smartblur.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Mar 29 16:51:52 CEST 2009


On Sun, Mar 29, 2009 at 04:46:59PM +0200, reimar wrote:
> Author: reimar
> Date: Sun Mar 29 16:46:59 2009
> New Revision: 29103
> 
> Log:
> Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
> This might avoid some issues since sws_scale in some cases assumes these
> have at least 4 valid entries.

Note that the only currently known issue is the planarCopy function,
which means it is only the unscaled and non-converting "scaling" case.
Usually, "-vf scale,smartblur=0.3:-1:0" should allow reproducing the
issue.
Whether this should be considered a bug in libswscale or not is still up
to discussion, but IMO it is more correct to use MP_MAX_PLANES anyway.


More information about the MPlayer-cvslog mailing list