Commit 4e3e985b authored by bcoudurier's avatar bcoudurier

remove #if obsoleted after last major version bump

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f1903ab9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment