[MPlayer-dev-eng] [patch] vf_menu, dvdnav: fix sigsegv when mpi->heigth > mpi->h

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Oct 12 21:20:54 CEST 2010


On Tue, Oct 12, 2010 at 10:30:25PM +0400, Yuriy Kaminskiy wrote:
> When mpi->height > mpi->h (== dmpi->height), and thus mpi->chroma_height >
> dmpi->chroma_height

The bug here is the chroma_*, they are currently based on height/width,
but that makes no sense whatsoever, they should be derived from (and updated
with) w and h. The corresponding code is in vf_get_image.
Of course that makes them badly named...


More information about the MPlayer-dev-eng mailing list