[MPlayer-dev-eng] [PATCH] Fix vf_expand in with non-direct caps
Pascal Massimino
pascal.massimino at gmail.com
Sat Mar 29 12:08:40 CET 2008
On Mon, Jan 14, 2008 at 4:55 PM, Pascal Massimino <
pascal.massimino at gmail.com> wrote:
> attached patch makes sure vf_expand is dealing
> with direct-capable image before trying to use direct
> rendering for expanding. I've seen this problem with
> encoding, where the codec's replicated edges could
> be made visible upon expansion.
>
ping?
ok, here's a recipe to reproduce the bug:
take a 320x? input that ffmp4 can decode, and
try to expand it to 352 = 320+2*16:
mplayer foo_320x240.avi -vf expand=352
Normally, you should see on the left/right side
the 16-pixels wide replicated egdes from ffmpeg's
decoded frame.
skal
> skal
>
>
More information about the MPlayer-dev-eng
mailing list