summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 1ba9fc0..e897bd6 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -392,6 +392,8 @@ typedef struct H264SliceContext {
*/
int neighbor_transform_size;
+ int direct_spatial_mv_pred;
+
/**
* non zero coeff count cache.
* is 64 if not available.
@@ -483,7 +485,6 @@ typedef struct H264Context {
int picture_structure;
int first_field;
- int direct_spatial_mv_pred;
int col_parity;
int col_fieldoff;
int dist_scale_factor[32];
OpenPOWER on IntegriCloud