shithub: libvpx

Download patch

ref: c0562d08f669683dc0d04a95e7d916195c39377a
parent: 63e914bde436ae964f4ce4f00d395e58bc9534ac
parent: ce0324d8dd910d7cc4fa64aa4ec5c0c62dc07826
author: James Zern <jzern@google.com>
date: Tue Jul 16 08:17:04 EDT 2013

Merge "VP[89]_COMMON: remove unused near_boffset"

--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -156,7 +156,6 @@
 
     unsigned int current_video_frame;
 
-    int near_boffset[3];
     int version;
 
     TOKEN_PARTITION multi_token_partition;
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -245,7 +245,6 @@
   unsigned int  frame_context_idx; /* Context to use/update */
 
   unsigned int current_video_frame;
-  int near_boffset[3];
   int version;
 
 #if CONFIG_POSTPROC