[MPlayer-dev-eng] [PATCH] Check filter for ACCEPT_STRIDE in vf_get_image (try 2)

Ivan Kalvachev ikalvachev at gmail.com
Mon Dec 5 23:29:21 CET 2005


2005/12/5, John Koleszar <jkoleszar at on2.com>:
> Here's an updated patch to correct the issue of vf_get_image returning
> images with strides in situations where the next filter in the chain
> doesn't accept them. Two examples of such filters are ve_raw and vo_sdl
> (in some cases). The premise of this patch is that filters do not have
> to accept images with strides as input, and that it is a bug to pass
> such an image to a filter that doesn't claim to support it. I view this
> as orthagonal to whether the filters should be made to accept these
> types of images.

All filters must accept stride, there is no reason not to.
All vo, must be rewritten to accept strides.
especially ve_raw




More information about the MPlayer-dev-eng mailing list