[MPlayer-cvslog] r23152 - in trunk: DOCS/man/en/mplayer.1 cfg-common.h libass/ass.h libass/ass_font.c libass/ass_font.h libass/ass_mp.c libass/ass_mp.h libass/ass_render.c libmpcodecs/vf_ass.c libmpcodecs/vf_vo.c libmpcodecs/vfcap.h libvo/vo_gl.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Apr 27 17:33:12 CEST 2007
Hello,
On Fri, Apr 27, 2007 at 04:25:36PM +0200, eugeni wrote:
[...]
> Modified: trunk/libvo/vo_gl.c
> ==============================================================================
> --- trunk/libvo/vo_gl.c (original)
> +++ trunk/libvo/vo_gl.c Fri Apr 27 16:25:36 2007
> @@ -792,7 +792,7 @@ query_format(uint32_t format)
> VFCAP_FLIP |
> VFCAP_HWSCALE_UP | VFCAP_HWSCALE_DOWN | VFCAP_ACCEPT_STRIDE;
> if (use_osd)
> - caps |= VFCAP_OSD | VFCAP_EOSD;
> + caps |= VFCAP_OSD | VFCAP_EOSD | VFCAP_EOSD_UNSCALED;
> if ((format == IMGFMT_RGB24) || (format == IMGFMT_RGBA))
> return caps;
> if (use_yuv && format == IMGFMT_YV12)
It is not a big deal, but you are supposed to send patches first for
code you don't maintain. Which has a good reason since this is wrong,
vo_gl supports scaled OSD, even though it is currently buggy.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list