Module: wine Branch: master Commit: 3f712c1d43122c120eee23fb980a631942fc9e78 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f712c1d43122c120eee23fb9... Author: Anton Baskanov <baskanov(a)gmail.com> Date: Thu Sep 10 02:17:35 2020 +0700 amstream: Implement AMDirectDrawStream::GetFormat. Signed-off-by: Anton Baskanov <baskanov(a)gmail.com> Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/amstream/ddrawstream.c | 111 ++++++++++++++-- dlls/amstream/tests/amstream.c | 279 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 382 insertions(+), 8 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3f712c1d43122c120eee2...