summaryrefslogtreecommitdiff
path: root/vp9/vp9_dx_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/vp9_dx_iface.h')
-rw-r--r--vp9/vp9_dx_iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/vp9_dx_iface.h b/vp9/vp9_dx_iface.h
index 18bc7ab0d..6a101b03d 100644
--- a/vp9/vp9_dx_iface.h
+++ b/vp9/vp9_dx_iface.h
@@ -45,6 +45,7 @@ struct vpx_codec_alg_priv {
// Allow for decoding up to a given spatial layer for SVC stream.
int svc_decoding;
int svc_spatial_layer;
+ int row_mt;
};
#endif // VP9_VP9_DX_IFACE_H_