changeset 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 4225c131a2eb
children 6852ecebb82a
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;