On 12/02/2018 06:55 AM, Anastasios Simeonidis wrote:
Simulate a successful stream playback so that apps don't get stuck when trying to play a media file using the DirectShow api.
Signed-off-by: Anastasios Simeonidis symeonidis@csd.auth.gr
dlls/amstream/mediastream.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)
This is very ugly; if returning MS_S_ENDOFSTREAM is really going to break Runaway demo then this function deserves a proper implementation, with tests.