[FFmpeg-cvslog] tests: Enable CRC test for yuv4mpeg
Diego Biurrun
git at videolan.org
Mon Mar 11 03:24:12 EET 2019
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Aug 14 12:44:55 2018 +0200| [dad5fd59f3d6a8311365314cfcde0ebcd15c2b01] | committer: Diego Biurrun
tests: Enable CRC test for yuv4mpeg
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dad5fd59f3d6a8311365314cfcde0ebcd15c2b01
---
tests/lavf-regression.sh | 2 +-
tests/ref/lavf/yuv4mpeg | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 6a8919bdc2..326319c6db 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -130,7 +130,7 @@ fi
if [ -n "$do_yuv4mpeg" ] ; then
file=${outfile}lavf.y4m
do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10
-#do_avconv_crc $file -i $target_path/$file
+do_avconv_crc $file -i $target_path/$file
fi
# image formats
diff --git a/tests/ref/lavf/yuv4mpeg b/tests/ref/lavf/yuv4mpeg
index 8c1566ea0d..367b37621d 100644
--- a/tests/ref/lavf/yuv4mpeg
+++ b/tests/ref/lavf/yuv4mpeg
@@ -1,2 +1,3 @@
ec8178cb152f9cdbfd9cb724d977db2e *./tests/data/lavf/lavf.y4m
3801808 ./tests/data/lavf/lavf.y4m
+./tests/data/lavf/lavf.y4m CRC=0x0a941f26
More information about the ffmpeg-cvslog
mailing list