summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-10-24 10:08:19 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-10-24 10:08:19 -0700
commit710ca1fe3621db7c35768d22de3cfff6aecdfd25 (patch)
tree823313f2c444f7836a67246593f97e52329fcb3e /vp9/common/vp9_onyxc_int.h
parent153d70ca9bb8ea4f49e2f3b3cb43ed9906aa8a81 (diff)
parentad867fe237d15b3b5f7f16469558bf78f7f40378 (diff)
downloadlibvpx-710ca1fe3621db7c35768d22de3cfff6aecdfd25.tar
libvpx-710ca1fe3621db7c35768d22de3cfff6aecdfd25.tar.gz
libvpx-710ca1fe3621db7c35768d22de3cfff6aecdfd25.tar.bz2
libvpx-710ca1fe3621db7c35768d22de3cfff6aecdfd25.zip
Merge changes I1868fb75,I9ff504c6
* changes: Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE. Adding VP9_FRAME_MARKER constant.
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 254da14ac..289210ecb 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -172,7 +172,7 @@ typedef struct VP9Common {
// Persistent mb segment id map used in prediction.
unsigned char *last_frame_seg_map;
- INTERPOLATIONFILTERTYPE mcomp_filter_type;
+ INTERPOLATION_TYPE mcomp_filter_type;
loop_filter_info_n lf_info;