mf/tests: Increase the H264 decoder tests video frame size.
commit7735b4800685f94ed2eaaecd4461fcffaf19dfe8
authorRémi Bernon <rbernon@codeweavers.com>
Tue, 29 Mar 2022 09:55:28 +0000 (29 11:55 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Mar 2022 16:32:32 +0000 (30 18:32 +0200)
tree9efbc4446785887911a79fa2514288097e95e1fa
parentedef14126cbdb64dda218688a51b6e170cb4909b
mf/tests: Increase the H264 decoder tests video frame size.

GStreamer vaapi decoder suffers from bugs which are causing double frees
when the frame size is too small.

Test file has been generated with:

gst-launch-1.0 videotestsrc num-buffers=60 ! \
  video/x-raw,format=I420,width=82,height=84,framerate=30000/1001 ! \
  videoconvert ! x264enc ! filesink location=dlls/mf/tests/h264data.bin

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45988
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47084
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49715
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52183
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mf/tests/h264data.bin
dlls/mf/tests/mf.c
dlls/mf/tests/nv12frame.bin