X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_slice.c;h=4eb2767a5cb15fd51a1e0f43bc9891fa187395a2;hb=607ad990d31e6be52980970e5ce8cd25ab3de812;hp=edce30f3a5a6c04ee7b0531f41276bfcc058e483;hpb=ebd5320afd42d4315851f3e0ca7f5d4a6300eb68;p=ffmpeg diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index edce30f3a5a..4eb2767a5cb 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -1112,7 +1112,6 @@ static int h264_slice_header_init(H264Context *h, int reinit) if (!c) return AVERROR(ENOMEM); c->avctx = h->avctx; - c->mecc = h->mecc; c->vdsp = h->vdsp; c->h264dsp = h->h264dsp; c->h264qpel = h->h264qpel; @@ -1128,7 +1127,6 @@ static int h264_slice_header_init(H264Context *h, int reinit) c->chroma_y_shift = h->chroma_y_shift; c->qscale = h->qscale; c->droppable = h->droppable; - c->data_partitioning = h->data_partitioning; c->low_delay = h->low_delay; c->mb_width = h->mb_width; c->mb_height = h->mb_height;