comparison parser.c @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents b5753525f9a8
children f796043935f3
comparison
equal deleted inserted replaced
2023:50e92cec1b84 2024:f65d87bfdd5a
424 } 424 }
425 pc->first_picture = 0; 425 pc->first_picture = 0;
426 return ret; 426 return ret;
427 } 427 }
428 428
429 int mpeg4video_parse_init(AVCodecParserContext *s) 429 static int mpeg4video_parse_init(AVCodecParserContext *s)
430 { 430 {
431 ParseContext1 *pc = s->priv_data; 431 ParseContext1 *pc = s->priv_data;
432 432
433 pc->enc = av_mallocz(sizeof(MpegEncContext)); 433 pc->enc = av_mallocz(sizeof(MpegEncContext));
434 if (!pc->enc) 434 if (!pc->enc)