summaryrefslogtreecommitdiff
path: root/vp9/decoder
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-06-10 15:50:54 -0700
committerJames Zern <jzern@google.com>2015-06-10 15:50:54 -0700
commit92146eb8ac57da4b4e8b3a0f53e4ce15bc64440b (patch)
treee2bfcd02dcd665cad212a230571cbc12ed97021f /vp9/decoder
parentdca319040cbe96545562cfe91b1287cffc2ee760 (diff)
downloadlibvpx-92146eb8ac57da4b4e8b3a0f53e4ce15bc64440b.tar
libvpx-92146eb8ac57da4b4e8b3a0f53e4ce15bc64440b.tar.gz
libvpx-92146eb8ac57da4b4e8b3a0f53e4ce15bc64440b.tar.bz2
libvpx-92146eb8ac57da4b4e8b3a0f53e4ce15bc64440b.zip
vp9_decode_frame: remove explicit read_bit_buffer init
this is done by init_read_bit_buffer() Change-Id: I222eaa4e9758ff9f7e1e4122106c5c4652ffa99c
Diffstat (limited to 'vp9/decoder')
-rw-r--r--vp9/decoder/vp9_decodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c
index e4c2b5663..cd498ff91 100644
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -1974,7 +1974,7 @@ void vp9_decode_frame(VP9Decoder *pbi,
const uint8_t **p_data_end) {
VP9_COMMON *const cm = &pbi->common;
MACROBLOCKD *const xd = &pbi->mb;
- struct vp9_read_bit_buffer rb = { NULL, NULL, 0, NULL, 0};
+ struct vp9_read_bit_buffer rb;
int context_updated = 0;
uint8_t clear_data[MAX_VP9_HEADER_SIZE];
const size_t first_partition_size = read_uncompressed_header(pbi,