summarylogtreecommitdiffstats
path: root/010-uvg266-rename-vtm-decoder.patch
blob: 895231e93226eca76ec58342f4c3b4c701609993 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /atests/util.sh
+++ b/tests/util.sh
@@ -51,7 +51,7 @@ valgrind_test() {
             ../bin/uvg266 -i "${yuvfile}" "--input-res=${dimensions}" -o "${vvcfile}" "$@"
 
     print_and_run \
-        DecoderAppStatic -b "${vvcfile}"
+        vvc_decoder -b "${vvcfile}"
 
     cleanup
 }