[MPlayer-dev-eng] [PATCH] mp_image flags in filters

elupus elupus at ecce.se
Thu Jul 28 19:22:59 CEST 2005


If you guys are testing DR.. Try using it with ffmpeg on windows. 

The decoder (vd_ffmpeg) sets the accept stride flag before it's call to
get_image. Problem is that a few (maybe all, didn't check) of the ffmpeg
decoders doesn't support a stride different from width (Atleast it outputs
and error message about the changed stride). This causes problems when the
windows renderer allocates textures where the pitch (read stride), isn't
exactly same as what was set in the get_image request.

This could also be a missunderstanding of the ACCEPT_STRIDE flag too (then
prety much all renders should be changed), but I kinda doubt it.

Regards
elupus






More information about the MPlayer-dev-eng mailing list