Mercurial > libavformat.hg
changeset 1386:3e12e3ca0ce3 libavformat
10l CODEC vs. FORMAT
author | michael |
---|---|
date | Fri, 13 Oct 2006 19:19:07 +0000 |
parents | 8aa2dc127eb8 |
children | e7412266a076 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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){