Module: wine Branch: master Commit: 73fae7aa5b579ae82071509a182628bf6901b096 URL: https://source.winehq.org/git/wine.git/?a=commit;h=73fae7aa5b579ae82071509a1... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri May 17 15:35:23 2019 +0300 mf: Slightly improve topoloader Load(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mf/tests/Makefile.in | 4 +- dlls/mf/tests/mf.c | 269 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/mf/tests/resource.rc | 22 ++++ dlls/mf/tests/test.wav | Bin 0 -> 4488 bytes dlls/mf/topology.c | 44 +++++++- include/mfidl.idl | 7 ++ 6 files changed, 344 insertions(+), 2 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=73fae7aa5b579ae820715...