Mercurial > libavformat.hg
changeset 512:8dfd00fb6a6d libavformat
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
author | michael |
---|---|
date | Fri, 13 Aug 2004 15:30:42 +0000 |
parents | 056991ab9f10 |
children | 2b4edca40885 |
files | utils.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <assert.h> -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) {