diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-09 14:12:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-09 14:19:24 +0100 |
commit | 2830f287e2f271bcf773f645e5d9cb9aa5204f7f (patch) | |
tree | ceda9d20e4c2e19e32e1c092e36dc8558fb0f0e2 /libavcodec/vc1dec.c | |
parent | bba73f5574afd3095e017f70bca1547dd43f702f (diff) | |
parent | ebfe622bb1ca57cecb932e42926745cba7161913 (diff) | |
download | ffmpeg-2830f287e2f271bcf773f645e5d9cb9aa5204f7f.tar.gz |
Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'
* commit 'ebfe622bb1ca57cecb932e42926745cba7161913':
mpegvideo: drop support for real (non-emulated) edges
Conflicts:
libavcodec/mpegvideo.c
libavcodec/mpegvideo_motion.c
libavcodec/wmv2.c
If this is slower on a major platform then it should be investigated
and potentially reverted.
See: 8fc52a5ef94712d900fc8fe7503cf9c9ba635143
See: 3969b4b861ce8152e3195e8f8c3437abd273b90a
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r-- | libavcodec/vc1dec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index efcb169c8f..b273efb5e3 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -5608,8 +5608,6 @@ static av_cold int vc1_decode_init(AVCodecContext *avctx) avctx->pix_fmt = AV_PIX_FMT_GRAY8; avctx->hwaccel = ff_find_hwaccel(avctx); v->s.avctx = avctx; - avctx->flags |= CODEC_FLAG_EMU_EDGE; - v->s.flags |= CODEC_FLAG_EMU_EDGE; if ((ret = ff_vc1_init_common(v)) < 0) return ret; |