diff utils.c @ 7992:b5f5257c0c70 libavcodec

Mark list heads static. Patch by Diego Petten
author lu_zero
date Sat, 04 Oct 2008 09:29:31 +0000
parents 47f50599b368
children 81dba4c59fd6
line wrap: on
line diff
--- a/utils.c	Sat Oct 04 01:11:04 2008 +0000
+++ b/utils.c	Sat Oct 04 09:29:31 2008 +0000
@@ -79,7 +79,7 @@
 }
 
 /* encoder management */
-AVCodec *first_avcodec = NULL;
+static AVCodec *first_avcodec = NULL;
 
 AVCodec *av_codec_next(AVCodec *c){
     if(c) return c->next;