From 24b391890139b26ff4cbeb244b6bf7ee878aff52 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Sep 2016 23:17:02 +0200 Subject: tests/fate-run.sh: Analyze file generated in transcode() This should be much more informative than a plain md5 difference Signed-off-by: Michael Niedermayer --- tests/fate-run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/fate-run.sh') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 8c3938a8be..1111cffebc 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -205,6 +205,8 @@ transcode(){ -f $enc_fmt -y $tencfile || return do_md5sum $encfile echo $(wc -c $encfile) + ffmpeg $DEC_OPTS -i $encfile $ENC_OPTS $FLAGS \ + -f framecrc - || return } lavffatetest(){ -- cgit v1.2.3