summaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2014-02-21 10:31:36 -0800
committerAlex Converse <aconverse@google.com>2014-02-21 12:05:29 -0800
commit6e3cf6ec1d0bad58071d774ef2c4191560293cbc (patch)
tree47339947bbc0c9effe711e6c8a4f78494ac9d334 /vpxenc.c
parentd66bd225263c7f644ff886bb7b1a4743a633385f (diff)
downloadlibvpx-6e3cf6ec1d0bad58071d774ef2c4191560293cbc.tar
libvpx-6e3cf6ec1d0bad58071d774ef2c4191560293cbc.tar.gz
libvpx-6e3cf6ec1d0bad58071d774ef2c4191560293cbc.tar.bz2
libvpx-6e3cf6ec1d0bad58071d774ef2c4191560293cbc.zip
Stop gating non420 features with a configure flag.
Change-Id: I8cc38fdef6a2a0968af8dfe15e7c2b3c46c531ea
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpxenc.c b/vpxenc.c
index d3734fe45..8cd5a103a 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -1553,11 +1553,9 @@ int main(int argc, const char **argv_) {
if (!input.filename)
usage_exit();
-#if CONFIG_NON420
/* Decide if other chroma subsamplings than 4:2:0 are supported */
if (global.codec->fourcc == VP9_FOURCC)
input.only_i420 = 0;
-#endif
for (pass = global.pass ? global.pass - 1 : 0; pass < global.passes; pass++) {
int frames_in = 0, seen_frames = 0;