# HG changeset patch # User michael # Date 1085509045 0 # Node ID 0817ee1f07e54c1c9695b5b9b5b26ff654dabf06 # Parent 4225c131a2eb7b9b9872f3b351c9b78c65c0249b avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... diff -r 4225c131a2eb -r 0817ee1f07e5 utils.c --- 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;