summaryrefslogtreecommitdiffstats
path: root/libvpx/vp9/decoder/vp9_decoder.h
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2014-03-20 16:30:56 -0700
committerVignesh Venkatasubramanian <vigneshv@google.com>2014-03-20 17:21:16 -0700
commita72801d7d92ababb50eecf27a36bd222d031d2fe (patch)
tree6dcc67ce169123cb59ecb46e6948a561b1e20448 /libvpx/vp9/decoder/vp9_decoder.h
parenta052f366468cde7dd95c0ec8c5a22fa1a004d0f8 (diff)
downloadandroid_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.tar.gz
android_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.tar.bz2
android_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.zip
libvpx: Roll latest libvpx
Pulling changes related to fixing a rare bitstream issue on video upscaling. Upstream Hash: 8e9c9f118cda45013f14cce7961dcc8df78ffebf Change-Id: I8639e6ef48f0309efaf6bdf745719beb71f7a58d
Diffstat (limited to 'libvpx/vp9/decoder/vp9_decoder.h')
-rw-r--r--libvpx/vp9/decoder/vp9_decoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvpx/vp9/decoder/vp9_decoder.h b/libvpx/vp9/decoder/vp9_decoder.h
index e6edaf9..4cbff45 100644
--- a/libvpx/vp9/decoder/vp9_decoder.h
+++ b/libvpx/vp9/decoder/vp9_decoder.h
@@ -73,10 +73,6 @@ typedef struct VP9Decompressor {
VP9LfSync lf_row_sync;
- /* Each tile column has its own MODE_INFO stream. This array indexes them by
- tile column index. */
- MODE_INFO **mi_streams;
-
ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
PARTITION_CONTEXT *above_seg_context;
} VP9D_COMP;