On 22.10.2015 19:54, Anton Baskanov wrote:
Signed-off-by: Anton Baskanov baskanov@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?