summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 5e65db3..1ba6e56 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -314,6 +314,9 @@ typedef struct H264SliceContext {
int luma_weight[48][2][2];
int chroma_weight[48][2][2][2];
int implicit_weight[48][48][2];
+
+ int prev_mb_skipped;
+ int next_mb_skipped;
} H264SliceContext;
/**
@@ -350,9 +353,6 @@ typedef struct H264Context {
int flags;
int workaround_bugs;
- int prev_mb_skipped;
- int next_mb_skipped;
-
// prediction stuff
int chroma_pred_mode;
int intra16x16_pred_mode;
OpenPOWER on IntegriCloud