[Mplayer-cvslog]

D Richard Felker III dalias at aerifal.cx
Thu Jan 23 18:17:10 CET 2003


On Thu, Jan 23, 2003 at 12:13:21PM -0500, D Richard Felker III wrote:
> On Thu, Jan 23, 2003 at 05:44:18PM +0100, Arpi wrote:
> > Hi,
> > 
> > > 
> > > static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){
> > 
> > also get_image() should be added for DR1 support.
> > i'll try to implement (a bit tricky).
> 
> Ah, I had it in there but it was segfaulting and I couldn't figure out
> how to get it to work, so I just left it out. I think I know now,
> though. Maybe I'll add it later.

Or maybe not... How do you request an mpi from the next filter with
the desired 2x stride? And is it valid to write beyond width? Do you
just request a double-width image then modify its width field down and
hope the next filter accepts that? :)

Rich



More information about the MPlayer-cvslog mailing list