diff 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
line wrap: on
line diff
--- a/parser.c	Tue May 18 01:53:43 2004 +0000
+++ b/parser.c	Tue May 18 17:09:46 2004 +0000
@@ -426,7 +426,7 @@
     return ret;
 }
 
-int mpeg4video_parse_init(AVCodecParserContext *s)
+static int mpeg4video_parse_init(AVCodecParserContext *s)
 {
     ParseContext1 *pc = s->priv_data;