summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_if.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-07-12 14:11:53 -0700
committerJames Zern <jzern@google.com>2013-07-12 15:25:48 -0700
commit4fc6c88e9c8460b40528668c65d4ffd125f966d9 (patch)
tree1c659bc70f1641df230958da6225fa1d146f2764 /vp8/decoder/onyxd_if.c
parent37c0a1a8d0a360d7a13e27ac5cc6f2c40c046b5a (diff)
downloadlibvpx-4fc6c88e9c8460b40528668c65d4ffd125f966d9.tar
libvpx-4fc6c88e9c8460b40528668c65d4ffd125f966d9.tar.gz
libvpx-4fc6c88e9c8460b40528668c65d4ffd125f966d9.tar.bz2
libvpx-4fc6c88e9c8460b40528668c65d4ffd125f966d9.zip
yv12config: remove YUV_TYPE
this was never fleshed out in the context of VP8, for which it was added. for VP9 it has no meaning. Change-Id: Iba2ecc026d9e947067b96690245d337e51e26eff
Diffstat (limited to 'vp8/decoder/onyxd_if.c')
-rw-r--r--vp8/decoder/onyxd_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/decoder/onyxd_if.c b/vp8/decoder/onyxd_if.c
index 2db309658..2d9e343bc 100644
--- a/vp8/decoder/onyxd_if.c
+++ b/vp8/decoder/onyxd_if.c
@@ -430,7 +430,6 @@ int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_st
*time_stamp = pbi->last_time_stamp;
*time_end_stamp = 0;
- sd->clrtype = pbi->common.clr_type;
#if CONFIG_POSTPROC
ret = vp8_post_proc_frame(&pbi->common, sd, flags);
#else