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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index a24c7c7253..8b73b752ad 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -608,8 +608,6 @@ typedef struct H264Context { * @name Members for slice based multithreading * @{ */ - struct H264Context *thread_context[H264_MAX_THREADS]; - /** * current slice number, used to initalize slice_num of each thread/context */ -- cgit v1.2.3