aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-27 14:56:52 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-27 14:56:52 +0100
commit3d0411707839d3af1f34e0a8c7c8cbe4dd02b1ba (patch)
treeb8acca47871747e129ca6b33b06ea603fd9c6a9d /libavcodec/h264_slice.c
parenta1cdd1f08e06582c93fe66eacfc7c09e42321115 (diff)
parentcf1e0786ed64e69614760bfb4ecd7adbde8e6094 (diff)
downloadffmpeg-3d0411707839d3af1f34e0a8c7c8cbe4dd02b1ba.tar.gz
Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'
* commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094': error_resilience: move the MECmpContext initialization into ER code Conflicts: libavcodec/error_resilience.c libavcodec/h264.c libavcodec/h264.h libavcodec/h264_slice.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 6d19c73bf0..c7e6dd3233 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -1207,9 +1207,6 @@ static int h264_slice_header_init(H264Context *h, int reinit)
goto fail;
}
c->avctx = h->avctx;
- if (CONFIG_ERROR_RESILIENCE) {
- c->mecc = h->mecc;
- }
c->vdsp = h->vdsp;
c->h264dsp = h->h264dsp;
c->h264qpel = h->h264qpel;