Zebediah Figura : quartz/tests: Alter test.mpg to avoid some failures.
Module: wine Branch: master Commit: 73ed539acd6cc1b2d3bbd3f8b279a86d3ba9bc02 URL: https://source.winehq.org/git/wine.git/?a=commit;h=73ed539acd6cc1b2d3bbd3f8b... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Sep 25 22:36:26 2019 -0500 quartz/tests: Alter test.mpg to avoid some failures. GStreamer's mpegpsdemux reports the duration as 0 otherwise; this isn't particularly correct, but it's also not particularly interesting. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/quartz/tests/rsrc.rc | 2 +- dlls/quartz/tests/test.mpg | Bin 6144 -> 12288 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/tests/rsrc.rc b/dlls/quartz/tests/rsrc.rc index 660ad476e1..753415cf8d 100644 --- a/dlls/quartz/tests/rsrc.rc +++ b/dlls/quartz/tests/rsrc.rc @@ -24,7 +24,7 @@ /* @makedep: test.avi */ test.avi RCDATA "test.avi" -/* ffmpeg -f lavfi -i smptebars -f lavfi -i "sine=frequency=1000" -t 0.04 -r 25 -f mpeg -vcodec mpeg1video -vf scale=32x24 -acodec mp2 test.mpg */ +/* ffmpeg -f lavfi -i smptebars -f lavfi -i "sine=frequency=1000" -t 0.16 -r 25 -f mpeg -vcodec mpeg1video -vf scale=32x24 -acodec mp2 test.mpg */ /* @makedep: test.mpg */ test.mpg RCDATA "test.mpg" diff --git a/dlls/quartz/tests/test.mpg b/dlls/quartz/tests/test.mpg index 7fe379aa3f..97bb1abae1 100644 Binary files a/dlls/quartz/tests/test.mpg and b/dlls/quartz/tests/test.mpg differ
participants (1)
-
Alexandre Julliard