Browse Source

remove #if obsoleted after last major version bump

Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 19 years ago
parent
commit
702dfe0194
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      libavformat/utils.c

+ 2
- 4
libavformat/utils.c View File

@@ -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;


Loading…
Cancel
Save