[MPlayer-cvslog] r36418 - in trunk: etc/codecs.conf fmt-conversion.c libmpcodecs/img_format.h libmpcodecs/vd_ffmpeg.c libvo/vo_vdpau.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Aug 12 21:58:54 CEST 2013


Hello Roberto,

On Mon, Aug 12, 2013 at 09:54:37PM +0200, Roberto Togni wrote:
> On Sun, 11 Aug 2013 20:28:58 +0200 (CEST)
> reimar <subversion at mplayerhq.hu> wrote:
> 
> Hi
> > 
> [...]
> > Modified: trunk/libmpcodecs/vd_ffmpeg.c
> > ==============================================================================
> > --- trunk/libmpcodecs/vd_ffmpeg.c	Sat Aug 10 06:02:17 2013	(r36417)
> > +++ trunk/libmpcodecs/vd_ffmpeg.c	Sun Aug 11 20:28:58 2013	(r36418)
> > @@ -36,6 +36,10 @@
> >  
> [...]
> > @@ -477,6 +520,10 @@ static void draw_slice(struct AVCodecCon
> >          mp_msg(MSGT_DECVIDEO, MSGL_FATAL, "BUG in FFmpeg, draw_slice called with NULL pointer!\n");
> >          return;
> >      }
> > +    if (IMGFMT_IS_VDPAU(mpi->imgfmt)) {
> > +        mp_msg(MSGT_DECVIDEO, MSGL_FATAL, "BUG in FFmpeg, draw_slice called for VDPAU!\n");
> > +        return;
> > +    }
> >      if (height < 0)
> >      {
> >          int i;
> [...]
> 
> This is crashing with many files, eg. avi with mpeg4 video.

Some other user reported this already, fixed now, thanks.
Nice to hear from you still occasionally :-)

Reimar


More information about the MPlayer-cvslog mailing list