# HG changeset patch # User michael # Date 1092411042 0 # Node ID 8dfd00fb6a6d41d808fe637ae105db0bda03867b # Parent 056991ab9f1056031b9eb51f63e748a75d0d7365 Minor Patch for shared libs on Mac OSX by (Bill May ) diff -r 056991ab9f10 -r 8dfd00fb6a6d utils.c --- a/utils.c Thu Aug 12 00:09:32 2004 +0000 +++ b/utils.c Fri Aug 13 15:30:42 2004 +0000 @@ -21,9 +21,9 @@ #undef NDEBUG #include -AVInputFormat *first_iformat; -AVOutputFormat *first_oformat; -AVImageFormat *first_image_format; +AVInputFormat *first_iformat = NULL; +AVOutputFormat *first_oformat = NULL; +AVImageFormat *first_image_format = NULL; void av_register_input_format(AVInputFormat *format) {