Module: wine Branch: master Commit: 851113b06fcde958782eeb342631794299bed924 URL: https://source.winehq.org/git/wine.git/?a=commit;h=851113b06fcde958782eeb342...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Mar 5 10:49:42 2019 +0300
mfplat: Implement buffer collection for sample.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mfplat/buffer.c | 127 +++++++++++++++++++++++++++++++++++++------ dlls/mfplat/main.c | 28 ---------- dlls/mfplat/mediatype.c | 1 - dlls/mfplat/mfplat_private.h | 29 ++++++++++ dlls/mfplat/queue.c | 1 - dlls/mfplat/tests/mfplat.c | 74 ++++++++++++++++++++++++- 6 files changed, 209 insertions(+), 51 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=851113b06fcde958782ee...