]> granicus.if.org Git - libvpx/commitdiff
vpx_temporal_svc_encoder.sh: fix comment (// -> #)
authorJames Zern <jzern@google.com>
Sat, 19 Nov 2016 03:11:55 +0000 (19:11 -0800)
committerJames Zern <jzern@google.com>
Sat, 19 Nov 2016 03:11:55 +0000 (19:11 -0800)
Change-Id: Ib13152a9ff523b1c29e8519e4f7ed01ad9874525

test/vpx_temporal_svc_encoder.sh

index 78942d16b291cab6dd163c20f6795c56f136089d..6b6d15e7f8314ccc1254f970a5de93091ce5c95f 100755 (executable)
@@ -49,7 +49,7 @@ vpx_tsvc_encoder() {
     return 1
   fi
 
-  // TODO(tomfinegan): Verify file output for all thread runs.
+  # TODO(tomfinegan): Verify file output for all thread runs.
   for threads in $(seq $max_threads); do
     eval "${VPX_TEST_PREFIX}" "${encoder}" "${YUV_RAW_INPUT}" "${output_file}" \
         "${codec}" "${YUV_RAW_INPUT_WIDTH}" "${YUV_RAW_INPUT_HEIGHT}" \