Skip to content

Commit cf1bfbb

Browse files
committed
Modularize the script to single script which works for all the Decoders and encoders
Add Support Video Decode Testcases for H265 Add Support Video Decode Testcases for VP9 Add Support Video Encode Testcases for H265 Signed-off-by: Abhishek Bajaj <[email protected]>
1 parent f944f17 commit cf1bfbb

File tree

1 file changed

+1
-1
lines changed
  • Runner/suites/Multimedia/Video/Video_V4L2_Runner

1 file changed

+1
-1
lines changed

Runner/suites/Multimedia/Video/Video_V4L2_Runner/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ guess_codec_from_cfg() {
169169
fi
170170
done
171171
for tok in hevc h265 h264 av1 vp9 vp8 mpeg4 mpeg2 h263 avc; do
172-
if grep -qi "[\"'_[:space:]]$tok[\"'_[:space:]]" "$cfg" 2>/dev/null; then
172+
if grep -qi "[\"'_[:space:]]${tok}[\"'_[:space:]]" "$cfg" 2>/dev/null; then
173173
printf '%s\n' "$tok"
174174
return
175175
fi

0 commit comments

Comments
 (0)