| Index: source/libvpx/vp9/decoder/vp9_decoder.h
|
| diff --git a/source/libvpx/vp9/decoder/vp9_decoder.h b/source/libvpx/vp9/decoder/vp9_decoder.h
|
| index 10598ca3c7bf357e5b9208f1049ff478ce01b6ac..c19f0ac3bc78fab95c671d058d96f3fff091f5e6 100644
|
| --- a/source/libvpx/vp9/decoder/vp9_decoder.h
|
| +++ b/source/libvpx/vp9/decoder/vp9_decoder.h
|
| @@ -55,7 +55,6 @@ typedef struct VP9Decoder {
|
| // TODO(hkuang): Combine this with cur_buf in macroblockd as they are
|
| // the same.
|
| RefCntBuffer *cur_buf; // Current decoding frame buffer.
|
| - RefCntBuffer *prev_buf; // Previous decoding frame buffer.
|
|
|
| VP9Worker *frame_worker_owner; // frame_worker that owns this pbi.
|
| VP9Worker lf_worker;
|
|
|