summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-01-28 19:28:18 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-21 11:27:16 +0100
commit5bf3c0fa49afd5bbf43aa841ff78007d72c80736 (patch)
tree2ed5cac812f8a4fa210507ed467a788d0daec15c /libavcodec/h264.h
parent51d8725a6e4c7f989d6f0f38b59cb54a2d72846c (diff)
h264: drop the now unused per-slice H264Contexts
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 0 insertions, 2 deletions
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
*/