shithub: libvpx

Download patch

ref: bdb8c261d2925951cca07e0a668a03b45f7dadb3
parent: c0383912df829abc301478efcff6dce48dbf5e39
parent: 6b5b4bf23532441348e991904054c93f40b3be1b
author: James Zern <jzern@google.com>
date: Thu Aug 28 07:59:30 EDT 2014

Merge "test/vp8_multi_resolution_encoder.sh: Add missing devnull redirect."

--- a/test/vp8_multi_resolution_encoder.sh
+++ b/test/vp8_multi_resolution_encoder.sh
@@ -39,7 +39,7 @@
     return 1
   fi
 
-  eval "${VPX_TEST_PREFIX}" "${encoder}" "$@"
+  eval "${VPX_TEST_PREFIX}" "${encoder}" "$@" ${devnull}
 }
 
 vp8_multi_resolution_encoder_three_formats() {