[vlc-devel] [PATCH] Fix crash when scaling up with threads >= 1

David Menestrina dmenest-vlc at ofb.net
Tue May 4 18:11:55 CEST 2010


On Tue, May 4, 2010 at 3:06 AM, Ilkka Ollakka <ileoo at videolan.org> wrote:
> This patch doesn't seem to help on encoding problems with multiple
> decoding threads for me (eg x264 complains about mv-stuff etc).
> Otherwise it seems ok, but doesn't fix the threading bug on transcode.

The patch was only designed to fix the problem I was running into
where transcode was sending pictures of incorrect size to the encoder.
 The only reason threads are involved is that the code causing the
problem was only called if threads >= 1.

Which threading bug on transcode are you referring to, and what is mv-stuff?

Thanks,
david



More information about the vlc-devel mailing list