We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8396a commit 11b76a2Copy full SHA for 11b76a2
1 file changed
Runner/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode/run.sh
@@ -671,10 +671,6 @@ if [ "$testMode" = "all" ] || [ "$testMode" = "encode" ]; then
671
for codec in $codecs; do
672
# Skip VP9 for encode tests (no v4l2vp9enc support in this test)
673
if [ "$codec" = "vp9" ]; then
674
- for res in $resolutions; do
675
- total_tests=$((total_tests + 1))
676
- skip_count=$((skip_count + 1))
677
- done
678
log_info "Skipping VP9 encode (not supported in this test suite)"
679
continue
680
fi
0 commit comments