]> granicus.if.org Git - libvpx/commit
Change default behavior to assume sampled chroma
authorAdrian Grange <agrange@google.com>
Mon, 25 Nov 2013 16:49:58 +0000 (08:49 -0800)
committerAdrian Grange <agrange@google.com>
Mon, 25 Nov 2013 16:59:29 +0000 (08:59 -0800)
commit3173c2190910a748d1a97b19a94ef4c47e48cb14
tree485a96272726838580e0facf15d2433e7c38c9e1
parent2d50c8498d1b4e03fa249d83fd88b148bca590e5
Change default behavior to assume sampled chroma

When calling check_initial_width through vp9_set_size_literal
the function was defaulting to using non-subsampled chroma.

This patch changes the default to assume sampled chroma as
an interim solution until complete support for other
color formats is added.

Change-Id: Id8e7e919b350e3473dfdf7551af6fd0716478b04
vp9/encoder/vp9_onyx_if.c