summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2010-08-11 11:02:31 -0400
committerScott LaVarnway <slavarnway@google.com>2010-08-11 11:54:25 -0400
commit99f46d62d95ffbbdc2a5aebc699a316457725682 (patch)
treef2a610ca8c0c8b80a44add424236122aee4eca27 /vp8/encoder/block.h
parentc404fa42aca246c644a5bd84d43bbe9d9740e7a8 (diff)
downloadlibvpx-99f46d62d95ffbbdc2a5aebc699a316457725682.tar
libvpx-99f46d62d95ffbbdc2a5aebc699a316457725682.tar.gz
libvpx-99f46d62d95ffbbdc2a5aebc699a316457725682.tar.bz2
libvpx-99f46d62d95ffbbdc2a5aebc699a316457725682.zip
Moved gf_active code to encoder only
The gf_active code is only used by the encoder, so it was moved from common and decoder. Change-Id: Iada15acd5b2b33ff70c34668ca87d4cfd0d05025
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index 19d307d26..c914a32b6 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -93,6 +93,9 @@ typedef struct
int encode_breakout;
+ //char * gf_active_ptr;
+ signed char *gf_active_ptr;
+
unsigned char *active_ptr;
MV_CONTEXT *mvc;