[MPlayer-dev-eng] [PATCH] DR support for vo_corevideo

Xidorn Quan quanxunzhen at gmail.com
Wed Sep 5 09:48:52 CEST 2012


On Wed, Sep 5, 2012 at 3:00 PM, Reimar Döffinger
<Reimar.Doeffinger at gmx.de> wrote:
>
> vo_x11 supports only TEMP image type I think, that problematic behaviour at least for now is constrained to NUMBERED buffers I believe.
> vo_gl doesn't need to specifically check for it, since get_image uses a separate buffer (the texture) that is not used for a draw_image that did not do a get_image first.

You said that decoder may requests lots of buffers at the same time,
so I wonder why the vos not check if get_image is called many times
before a draw_image is called.

And is it ok to make dr for vo_corevideo only support TEMP and STATIC
images like vo_x11?


More information about the MPlayer-dev-eng mailing list