[MPlayer-cvslog] r36445 - in trunk: fmt-conversion.c libmpcodecs/vd_ffmpeg.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Sep 15 22:49:40 CEST 2013


On Sun, Sep 15, 2013 at 04:26:34PM +0200, Ingo Brückl wrote:
> > Author: reimar
> > Date: Sun Sep 15 13:29:03 2013
> > New Revision: 36445
> 
> > Modified: trunk/libmpcodecs/vd_ffmpeg.c
> > ==============================================================================
> > @@ -526,16 +528,22 @@ static void draw_slice(struct AVCodecCon
> > [...]
> > +    if (IMGFMT_IS_VDPAU(mpi->imgfmt)) {
> > +        struct vdpau_render_state *render = mpi->priv;
> > +        vdpau_render_wrapper(s, src, &render->info, render->bitstream_buffers_used, render->bitstream_buffers);
> 
> libmpcodecs/vd_ffmpeg.c:544: error: dereferencing pointer to incomplete type

Sorry, hadn't tested with VDPAU. Hopefully my quick hack fixes it.


More information about the MPlayer-cvslog mailing list