Re: quartz: Add stub IAMStreamSelect to MPEG-1 Stream Splitter. (try 3)
On 22.10.2015 19:54, Anton Baskanov wrote:
Signed-off-by: Anton Baskanov <baskanov(a)gmail.com>
Fixes crash on in-game video playback in Earth 2150.
try3: - better function parameter names - replaced 'LPVOID' with 'void *' - renamed StreamSelect_* functions to AMStreamSelect_* - renamed StreamSelect_Vtbl to AMStreamSelectVtbl - replaced 'if' with 'else if' in the QueryInterface function --- dlls/quartz/mpegsplit.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++- include/axcore.idl | 39 +++++++++++++++++++ 2 files changed, 137 insertions(+), 1 deletion(-)
This looks fine to me. I don't know why it's stuck in a queue, maybe it makes sense to add a simple test that only checks if IAMStreamSelect is supported for this filter?
participants (1)
-
Nikolay Sivov