This is based off the commit 61b1d85c1f1074d9ce56bb482de99d0f03c7a161 to FFmpeg by Reimar Döffinger. --- tests/codec-regression.sh | 5 +++++ tests/ref/vsynth1/v210 | 4 ++++ tests/ref/vsynth2/v210 | 4 ++++ 3 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 tests/ref/vsynth1/v210 create mode 100644 tests/ref/vsynth2/v210
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 57e5f07..1e40140 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -278,6 +278,11 @@ do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24" do_video_decoding "" "-pix_fmt yuv420p" fi +if [ -n "$do_v210" ] ; then +do_video_encoding v210.avi "-an -vcodec v210" +do_video_decoding "" "-pix_fmt yuv422p10le" +fi + if [ -n "$do_yuv" ] ; then do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p" do_video_decoding "" "-pix_fmt yuv420p" diff --git a/tests/ref/vsynth1/v210 b/tests/ref/vsynth1/v210 new file mode 100644 index 0000000..18767d4 --- /dev/null +++ b/tests/ref/vsynth1/v210 @@ -0,0 +1,4 @@ +dd6c870a2a52c9e75ce61c3670e710e7 *./tests/data/vsynth1/v210.avi +14752460 ./tests/data/vsynth1/v210.avi +ff602f56e863d7ab4c0ee3391824ca3d *./tests/data/v210.vsynth1.out.yuv +stddev: 112.21 PSNR: 7.13 MAXDIFF: 254 bytes: 20275200/ 7603200 diff --git a/tests/ref/vsynth2/v210 b/tests/ref/vsynth2/v210 new file mode 100644 index 0000000..3d82a1a --- /dev/null +++ b/tests/ref/vsynth2/v210 @@ -0,0 +1,4 @@ +db0579bd46e1ba133ff86c0f7cdd761f *./tests/data/vsynth2/v210.avi +14752460 ./tests/data/vsynth2/v210.avi +5b5467ee04fca3ff531978c165a6447b *./tests/data/v210.vsynth2.out.yuv +stddev: 111.11 PSNR: 7.22 MAXDIFF: 236 bytes: 20275200/ 7603200 -- 1.7.7.3 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
