Mercurial > libavformat.hg
diff utils.c @ 1386:3e12e3ca0ce3 libavformat
10l CODEC vs. FORMAT
| author | michael |
|---|---|
| date | Fri, 13 Oct 2006 19:19:07 +0000 |
| parents | 4146500158b5 |
| children | 3172bf94c066 |
line wrap: on
line diff
--- a/utils.c Fri Oct 13 18:21:28 2006 +0000 +++ b/utils.c Fri Oct 13 19:19:07 2006 +0000 @@ -344,7 +344,7 @@ static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; -#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0) +#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0) static #endif void avformat_get_context_defaults(AVFormatContext *s){
