From 5bf3c0fa49afd5bbf43aa841ff78007d72c80736 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 28 Jan 2015 19:28:18 +0100 Subject: h264: drop the now unused per-slice H264Contexts --- libavcodec/h264_parser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264_parser.c') diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index d04eeb1974..f44435532e 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -552,7 +552,6 @@ static av_cold int init(AVCodecParserContext *s) return 0; h->nb_slice_ctx = 1; - h->thread_context[0] = h; h->slice_context_count = 1; ff_h264dsp_init(&h->h264dsp, 8, 1); return 0; -- cgit v1.2.3