summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2d39a02c01..51721f1190 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -335,6 +335,7 @@ typedef struct H264Picture {
typedef struct H264SliceContext {
struct H264Context *h264;
+ GetBitContext gb;
int slice_num;
int slice_type;