From 0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 11 Apr 2016 16:04:05 +0200 Subject: h264: remove unused H264SliceContext.rbsp_buffer --- libavcodec/h264.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/h264.h') 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; /** -- cgit v1.2.3