[MPlayer-dev-eng] [PATCH] New VO drivers.

Ivo ivop at euronet.nl
Tue Sep 14 14:55:09 CEST 2004


On Tuesday 14 September 2004 06:20, D Richard Felker III wrote:
> > -vo md5sum:suboptions :
> >
> > 	rgb		- calculate sums on RGB24 frames
> > 	yuv		- calculate sums on YV12 frames
>
> i'm mildly against rgb/yuv options. vo_md5sum should just use whatever
> format is passed into it. the user can control this with vf_format
> and/or vf_scale if needed.

Ok. It's easy to remove these options and let the user decide what to feed 
it and the driver react on that.

Also, I made a mistake in the code. Draw_slice() can be called multiple 
times for one frame (although it wasn't with my test data), so I have to 
move parts of the code to flip_page(). 

Stay tuned for an updated patch :)

--Ivo




More information about the MPlayer-dev-eng mailing list