From 1d5ed021fbbda4344983c5ca32897756de6af66d Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Wed, 9 Apr 2014 20:56:06 -0700 Subject: Moving frame_frags field from VP9Common to VP9_COMP. Change-Id: I0f4a5c50561a2653d22c366c214a937272ecfa2c --- vp9/encoder/vp9_onyx_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vp9/encoder/vp9_onyx_int.h') diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 18203f96a..cff79edd0 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -498,6 +498,8 @@ typedef struct VP9_COMP { int use_large_partition_rate; + int frame_flags; + #if CONFIG_MULTIPLE_ARF // ARF tracking variables. int multi_arf_enabled; -- cgit v1.2.3