summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-04-11 16:04:05 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:25 +0200
commit0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a (patch)
tree034ade5d40550ac3758a0cf4982b0e4a2fcaf42c /libavcodec/h264.h
parent7f045c4429e91688f1f2335dd347203431901c06 (diff)
h264: remove unused H264SliceContext.rbsp_buffer
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 6c03e5e0a1..794492740e 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -435,10 +435,6 @@ typedef struct H264SliceContext {
CABACContext cabac;
uint8_t cabac_state[1024];
int cabac_init_idc;
-
- // rbsp buffer used for this slice
- uint8_t *rbsp_buffer;
- unsigned int rbsp_buffer_size;
} H264SliceContext;
/**