diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-01-28 19:28:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-03-21 11:27:16 +0100 |
commit | 5bf3c0fa49afd5bbf43aa841ff78007d72c80736 (patch) | |
tree | 2ed5cac812f8a4fa210507ed467a788d0daec15c /libavcodec/h264_parser.c | |
parent | 51d8725a6e4c7f989d6f0f38b59cb54a2d72846c (diff) | |
download | ffmpeg-5bf3c0fa49afd5bbf43aa841ff78007d72c80736.tar.gz |
h264: drop the now unused per-slice H264Contexts
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r-- | libavcodec/h264_parser.c | 1 |
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; |