summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorHui Su <huisu@google.com>2019-01-30 18:17:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-30 18:17:11 +0000
commit15ea853ccd534ef06908198529429ae893f3ca06 (patch)
treef94fdd1415baeb87e433ec9b3b5f3a99f03bec46 /vp9/common
parent6796c0cfc3e51a181b0afec442a66dfaa5010ba6 (diff)
parent866242bb09d76d2aa5e42e1e09bfa1a7a979cc99 (diff)
downloadlibvpx-15ea853ccd534ef06908198529429ae893f3ca06.tar
libvpx-15ea853ccd534ef06908198529429ae893f3ca06.tar.gz
libvpx-15ea853ccd534ef06908198529429ae893f3ca06.tar.bz2
libvpx-15ea853ccd534ef06908198529429ae893f3ca06.zip
Merge "Add some const qualifiers where applicable"
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_blockd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index f0887157e..e07a9f2d3 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -176,7 +176,7 @@ typedef struct macroblockd {
FRAME_CONTEXT *fc;
/* pointers to reference frames */
- RefBuffer *block_refs[2];
+ const RefBuffer *block_refs[2];
/* pointer to current frame */
const YV12_BUFFER_CONFIG *cur_buf;