Commit 8a77baae authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e0ab5078'

* commit 'e0ab5078':
  lavc: do not force the emu edge flag

Conflicts:
	libavcodec/utils.c

There should be no such bugs in ffmpeg, but merging it anyway
as its safer.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a298f934 e0ab5078
......@@ -1493,11 +1493,6 @@ int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *code
}
}
}
#if FF_API_EMU_EDGE
/* force the emu edge flag on, since it's now always active */
avctx->flags |= CODEC_FLAG_EMU_EDGE;
#endif
}
end:
ff_unlock_avcodec();
......
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