Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-01-28 21:28:18 +0300
committerAnton Khirnov <anton@khirnov.net>2015-03-21 13:27:16 +0300
commit5bf3c0fa49afd5bbf43aa841ff78007d72c80736 (patch)
tree2ed5cac812f8a4fa210507ed467a788d0daec15c /libavcodec/h264_parser.c
parent51d8725a6e4c7f989d6f0f38b59cb54a2d72846c (diff)
h264: drop the now unused per-slice H264Contexts
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r--libavcodec/h264_parser.c1
1 files changed, 0 insertions, 1 deletions
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;