[MPlayer-cvslog] r35203 - in trunk/libmpcodecs: vf_delogo.c vf_unsharp.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Sep 19 21:41:20 CEST 2012


On Wed, Sep 19, 2012 at 09:02:14PM +0200, Ingo Brückl wrote:
> >  static int put_image( struct vf_instance *vf, mp_image_t *mpi, double pts) {
> >      mp_image_t *dmpi = mpi->priv;
> > +    mpi->priv = NULL;
> >
> >      if( !(mpi->flags & MP_IMGFLAG_DIRECT) )
> >          // no DR, so get a new image! hope we'll get DR buffer:
> 
> This makes 'mplayer -vf-add unsharp=l7x7:1.7 <file>' crash with SIGSEGV after
> the file has been played (applies to '-vf-add delogo' as well).

Doesn't crash for me, neither with H.264 nor MPEG-4 content.
I'm afraid I'll need some more information to debug that.


More information about the MPlayer-cvslog mailing list