summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
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;
/**