[MPlayer-users] VDPAU decoding in MPlayer broken by recent FFmpeg changes

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Aug 10 07:58:09 CEST 2013


On Sat, Aug 10, 2013 at 12:50:31AM +0200, Ilja Sekler wrote:
> Am 10.08.2013 00:20, schrieb Reimar Döffinger:
> 
> >On Thu, Aug 08, 2013 at 10:39:41PM +0200, Ilja Sekler wrote:
> >
> >>Am 08.08.2013 22:20, schrieb Reimar Döffinger:
> >>
> >>>On Thu, Aug 08, 2013 at 10:08:55PM +0200, Ilja Sekler wrote:
> >>>
> >>>>Could you please send the patch with the file to mplayer-users
> >>>>or give me a link if it is available online? I couldn't find it
> >>>>on ffmpeg-devel (but I didn't try it really hard ;-)).
> >>>
> >>>I pushed it, just update your git tree to get it.
> >>
> >>Thank you, the resulting MPlayer still doesn't play h264 encoded
> >>videos, just perpetually prints the lines
> >
> >The H.264 decoder wasn't enabled.
> >svn up should fix it.
> >I have tested it to work for H.264 now, so I don't need your
> >testing that much anymore (though MPEG-4 would be interesting,
> >my hardware doesn't support that).
> >I made a few other general fixes, if you want to try it anyway you
> >need to apply the latest FFmpeg version patch (in new thread
> >with same name) and attached diff.
> 
> Thank you, I'd rather postpone further testing till tomorrow as I'm
> not sure that I've got the right FFmpeg patch
> (<http://ffmpeg.org/pipermail/ffmpeg-devel/2013-August/147062.html>?)
> and the compilation of the latest svn and git plus the new
> vdpau.diff and the FFmpeg patch above fails ATM with
> 
> 
> libavcodec/vdpau.c:46:32: error: unknown type name 'vdpau_hwaccel'
>  MAKE_ACCESSORS(AVVDPAUContext, vdpau_hwaccel, AVVDPAU_Render2, render2)
>                                 ^
> libavcodec/vdpau.c:46:64: error: unknown type name 'render2'
>  MAKE_ACCESSORS(AVVDPAUContext, vdpau_hwaccel, AVVDPAU_Render2, render2)
>                                                                 ^
> make[1]: *** [libavcodec/vdpau.o] Error 1

That means you picked the right patch :-)
Should work after you update FFmpeg.


More information about the MPlayer-users mailing list