[MPlayer-cvslog] r29493 - in trunk/libmpdemux: demux_rtp.cpp demux_rtp_codec.cpp
Uoti Urpala
uoti.urpala at pp1.inet.fi
Tue Aug 11 21:06:29 CEST 2009
On Tue, 2009-08-11 at 20:36 +0200, Reimar Döffinger wrote:
> On Tue, Aug 11, 2009 at 08:28:27PM +0200, cehoyos wrote:
> > Modified: trunk/libmpdemux/demux_rtp.cpp
> > +extern void *avcctx;
> > + (AVCodecContext *)avcctx,
> The cast is useless anyway, though avcctx should be AVCodecContext *
> anyway.
It'd be useless in C, but C++ doesn't support automatic void *
conversions.
More information about the MPlayer-cvslog
mailing list