Skip to content

Commit

Permalink
check whether decoded test video is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 19, 2023
1 parent 08ccd19 commit ebedc0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@ fi

if [ ! -z "$DECODESTREAMS" ]; then
python scripts/decodestreams.py $THREADING /var/lib/libde265-teststreams

DECODEHASH=`$DEC265 testdata/girlshy.h265 -q -o -|md5sum -`
if [ $DECODEHASH != "b81538fa33a67278e5263e231e43ca98" ]; then
echo "Incorrect decoding result on testdata/girlshy.h265"
exit 1
fi
fi

0 comments on commit ebedc0b

Please sign in to comment.