]> granicus.if.org Git - libvpx/commitdiff
Use "av1" as codec name
authorYaowu Xu <yaowu@google.com>
Fri, 14 Oct 2016 18:05:54 +0000 (11:05 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 14 Oct 2016 18:05:54 +0000 (11:05 -0700)
Change-Id: I7650f1e96df0bcd53b1733c7967aae52dccf836a

test/aomenc.sh

index 79f3a3308700a3496ceab79c42c6ecaa893363db..f5e5ab4017f07ba5a61b829e950e2459e55f311a 100755 (executable)
@@ -36,8 +36,8 @@ aomenc_verify_environment() {
   fi
 }
 
-aomenc_can_encode_vp8() {
-  if [ "$(vp8_encode_available)" = "yes" ]; then
+aomenc_can_encode_av1() {
+  if [ "$(av1_encode_available)" = "yes" ]; then
     echo yes
   fi
 }
@@ -58,9 +58,9 @@ y4m_input_720p() {
 }
 
 # Echo default aomenc real time encoding params. $1 is the codec, which defaults
-# to vp8 if unspecified.
+# to av1 if unspecified.
 aomenc_rt_params() {
-  local readonly codec="${1:-vp8}"
+  local readonly codec="${1:-av1}"
   echo "--codec=${codec}
     --buf-initial-sz=500
     --buf-optimal-sz=600