summaryrefslogtreecommitdiffstats
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, 2 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 1e0b232..282de69 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -358,6 +358,8 @@ typedef struct H264SliceContext {
int mb_x, mb_y;
int mb_xy;
+ int resync_mb_x;
+ int resync_mb_y;
int mb_skip_run;
int is_complex;
@@ -528,8 +530,6 @@ typedef struct H264Context {
int x264_build;
int mb_y;
- int resync_mb_x;
- int resync_mb_y;
int mb_height, mb_width;
int mb_stride;
int mb_num;
OpenPOWER on IntegriCloud