Module: wine Branch: master Commit: 0b774df38721395e1576d2530c691ae38b90a781 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0b774df38721395e1576d2530...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Jun 15 12:00:11 2021 +0300
mf: Move presentation clock implementation to a separate file.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mf/Makefile.in | 1 + dlls/mf/clock.c | 1162 +++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/mf/session.c | 1135 ------------------------------------------------- 3 files changed, 1163 insertions(+), 1135 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0b774df38721395e1576d...