summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 282de69e6a..06a4ab07ea 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -500,12 +500,6 @@ typedef struct H264Context {
uint8_t *list_counts; ///< Array of list_count per MB specifying the slice type
- // data partitioning
- GetBitContext intra_gb;
- GetBitContext inter_gb;
- GetBitContext *intra_gb_ptr;
- GetBitContext *inter_gb_ptr;
-
/* 0x100 -> non null luma_dc, 0x80/0x40 -> non null chroma_dc (cb/cr), 0x?0 -> chroma_cbp(0, 1, 2), 0x0? luma_cbp */
uint16_t *cbp_table;
@@ -539,8 +533,8 @@ typedef struct H264Context {
int nal_ref_idc;
int nal_unit_type;
- uint8_t *rbsp_buffer[2];
- unsigned int rbsp_buffer_size[2];
+ uint8_t *rbsp_buffer;
+ unsigned int rbsp_buffer_size;
/**
* Used to parse AVC variant of h264