summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-04-16 03:20:37 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-12 20:27:53 +0200
commit7ab5d577a9affe3397c08b032f983f9bf7101865 (patch)
tree183df0ff656efa958c8b043d5e211f080449ef00 /libavcodec/h264.h
parent4cec43a9eeb58eb9e581a2d9d25f78e5bfbb0960 (diff)
h264: move initializing the slice start out of h264_slice_header_parse()
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 b4e5f3ace7..a87680b9d7 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -355,6 +355,7 @@ typedef struct H264SliceContext {
int mb_xy;
int resync_mb_x;
int resync_mb_y;
+ unsigned int first_mb_addr;
// index of the first MB of the next slice
int next_slice_idx;
int mb_skip_run;