[MPlayer-cvslog] CVS: main/libmpdemux muxer_lavf.c,1.22,1.23
Alex Beregszaszi
alex at fsn.hu
Sun Mar 12 18:51:08 CET 2006
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.
--
Alex Beregszaszi email: alex at fsn.hu
Free Software Network cell: +36 70 3144424
More information about the MPlayer-cvslog
mailing list