]> granicus.if.org Git - libvpx/commitdiff
Fix a bitstream naming error
authorYi Luo <luoyi@google.com>
Mon, 18 Sep 2017 17:13:54 +0000 (10:13 -0700)
committerYi Luo <luoyi@google.com>
Mon, 18 Sep 2017 17:13:54 +0000 (10:13 -0700)
Change-Id: Ia513c12e90133b9133f700f8ed54bdf9b8c90003

scripts/list_exp_speed.sh

index 1954f9648ec7d1403fef2af10dcbb2efe3762a4b..806d68602bf770245f60d67ae99c844e9e566d04 100755 (executable)
@@ -25,7 +25,7 @@ script_dir=~/Dev/sandbox/libvpx/scripts
 . $script_dir/video_sequence_weekly.sh
 
 # General options
-bs=bs
+bitstream_prefix=av1
 codec="--codec=av1"
 verbose=
 
@@ -62,7 +62,7 @@ do
 
   elog=e_$exp_tool.txt
   dlog=d_$exp_tool.txt
-  bs=$bs_$exp_tool.webm
+  bs=$bitstream_prefix.$exp_tool.webm
   
   if [ $exp_tool == intrabc ] || [ $exp_tool == palette ] || [ $exp_tool == palette_delta_encoding ] || [ $exp_tool == palette_throughput ]; then
     tune_content="--tune-content=screen"