[MPlayer-cvslog] r29493 - in trunk/libmpdemux: demux_rtp.cppdemux_rtp_codec.cpp
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Aug 11 20:55:24 CEST 2009
On Tue, Aug 11, 2009 at 06:53:36PM +0000, Carl Eugen Hoyos wrote:
> 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
Well, it doesn't answer why the avcctx extern is not next to the
h264parserctx extern.
More information about the MPlayer-cvslog
mailing list