From 702dfe0194a12c210078afaaf961609a4dfd9693 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 8 Jan 2007 14:42:01 +0000 Subject: [PATCH] remove #if obsoleted after last major version bump Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index ab64bfc..b8f03ff 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -336,10 +336,8 @@ static const AVOption options[]={ static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; -#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0) -static -#endif -void avformat_get_context_defaults(AVFormatContext *s){ +static void avformat_get_context_defaults(AVFormatContext *s) +{ memset(s, 0, sizeof(AVFormatContext)); s->av_class = &av_format_context_class; -- 2.7.4