summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-21 21:26:13 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-21 21:26:13 +0100
commit8a77baae6e793e0e02077cee6b75dd0c35372a40 (patch)
tree538cd37136623c1aa4b3255fddfcb609bf93f66a /libavcodec
parenta298f934ec9b59f727a97186b928d9d8362a47c7 (diff)
parente0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d (diff)
Merge commit 'e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d'
* commit 'e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d': 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: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 81a210cac3..c8fd8c65fc 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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();