[MPlayer-advusers] [BUG] garbled image with h.264 decoding and -vf bmovl

Loren Merritt lorenm at u.washington.edu
Sun Apr 9 06:19:22 CEST 2006


On Sat, 8 Apr 2006, Corey Hickey wrote:

> I've run across a bit of a bug. I don't know if it's the fault of the
> bmovl filter or the ffmpeg h.264 decoder, but whenever I combine the two I
> get a garbled image:

I get a segfault.

quick diagnosis:
bmovl assumes width == stride.
to make that so, set avctx->flags|=CODEC_FLAG_EMU_EDGE;
vd_ffmpeg does that if and only if direct rendering is enabled. 
ffh264 doesn't support direct rendering.

--Loren Merritt




More information about the MPlayer-advusers mailing list