[MPlayer-cvslog] CVS: main/libmpdemux muxer_lavf.c,1.22,1.23

Rich Felker dalias at aerifal.cx
Sun Mar 12 19:15:38 CET 2006


On Sun, Mar 12, 2006 at 07:07:00PM +0100, Nico Sabbi wrote:
> Alex Beregszaszi wrote:
> 
> >Hi,
> >
> > 
> >
> >>@@ -103,12 +103,13 @@
> >>
> >>static muxer_stream_t* lavf_new_stream(muxer_t *muxer, int type)
> >>{
> >>+	if(!muxer) return NULL;
> >>	muxer_priv_t *priv = (muxer_priv_t*) muxer->priv;
> >>	muxer_stream_t *stream;
> >>	muxer_stream_priv_t *spriv;
> >>	AVCodecContext *ctx;
> >>   
> >>
> >
> >Fix this c99ism.
> >
> > 
> >
> 
> fixed

I was about to fix this along with something else at the same time and
you broke my cvs commit. :)

Rich




More information about the MPlayer-cvslog mailing list