summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-01-17 22:28:46 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-21 11:27:15 +0100
commit3178f4d33ff62243f7cdddb081db516ea34396c9 (patch)
tree37c25022b9333bb7e0d45543e3a55543c84d2ea5 /libavcodec/h264_slice.c
parent582683b6ac798ed2a004a4e2121b7bd47892bbfd (diff)
h264: move rbsp_buffer into the per-slice context
Diffstat (limited to 'libavcodec/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index aef9c5080e..c482877930 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -535,9 +535,6 @@ int ff_h264_update_thread_context(AVCodecContext *dst,
return ret;
}
- h->rbsp_buffer = NULL;
- h->rbsp_buffer_size = 0;
-
h->thread_context[0] = h;
h->context_initialized = 1;