[MPlayer-cvslog] r29493 - in trunk/libmpdemux: demux_rtp.cppdemux_rtp_codec.cpp
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 11 20:53:36 CEST 2009
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > - NULL,
> > + (AVCodecContext *)avcctx,
> > &poutbuf, &poutbuf_size,
> > dp->buffer, dp->len);
>
> The cast is useless anyway,
My gcc disagrees.
[...]
> Why is the avcctx declaration not under CONFIG_LIBAVCODEC together with
> the h264parserctx?
Because I originally thought it would add two additional, ugly
CONFIG_LIBAVCODEC blocks (which wasn't true, av_free needs such a block anyway).
Hopefully improved, thank you for your comment, Carl Eugen
More information about the MPlayer-cvslog
mailing list