shithub: libvpx

Download patch

ref: 6b5b4bf23532441348e991904054c93f40b3be1b
parent: bb2a9abb1eb269029abe86c0d088deb469b9b241
author: Tom Finegan <tomfinegan@google.com>
date: Thu Aug 28 06:49:33 EDT 2014

test/vp8_multi_resolution_encoder.sh: Add missing devnull redirect.

Change-Id: Id60ae8178191e30603a5c8665793ace7eb9c8533

--- 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() {
--