diff utils.c @ 2032:0817ee1f07e5 libavcodec

avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ...
author michael
date Tue, 25 May 2004 18:17:25 +0000
parents 141a9539e270
children 02a4fd7c606c
line wrap: on
line diff
--- a/utils.c	Tue May 25 18:07:25 2004 +0000
+++ b/utils.c	Tue May 25 18:17:25 2004 +0000
@@ -574,7 +574,7 @@
     return NULL;
 }
 
-AVCodec *avcodec_find(enum CodecID id)
+static AVCodec *avcodec_find(enum CodecID id)
 {
     AVCodec *p;
     p = first_avcodec;