Nikolay Sivov : mfplat: Move media type object code to separate file.

Alexandre Julliard julliard at winehq.org
Mon Mar 4 15:08:25 CST 2019


Module: wine
Branch: master
Commit: f4e849468e26deef7657dfd10a8bc70020848ecb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f4e849468e26deef7657dfd10a8bc70020848ecb

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar  4 13:33:45 2019 +0300

mfplat: Move media type object code to separate file.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mfplat/Makefile.in      |   1 +
 dlls/mfplat/main.c           | 366 +------------------------------------------
 dlls/mfplat/mediatype.c      | 366 +++++++++++++++++++++++++++++++++++++++++++
 dlls/mfplat/mfplat_private.h |  10 ++
 dlls/mfplat/queue.c          |   1 -
 5 files changed, 378 insertions(+), 366 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=f4e849468e26deef7657dfd10a8bc70020848ecb



More information about the wine-cvs mailing list