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

Nico Sabbi nicola_sabbi at fastwebnet.it
Sun Mar 12 19:07:00 CET 2006


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




More information about the MPlayer-cvslog mailing list