From e07db23c4935e47ecedfec7537ba95163e5836e5 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 3 Sep 2009 16:09:33 -0700 Subject: Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. --- cmds/stagefright/stagefright.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmds') diff --git a/cmds/stagefright/stagefright.cpp b/cmds/stagefright/stagefright.cpp index 54c6a0c..a0b83fb 100644 --- a/cmds/stagefright/stagefright.cpp +++ b/cmds/stagefright/stagefright.cpp @@ -97,6 +97,9 @@ static void playSource(OMXClient *client, const sp &source) { if (gReproduceBug == 1 && numFrames == 40) { printf("seeking past the end now."); options.setSeekTo(0x7fffffffL); + } else if (gReproduceBug == 2 && numFrames == 40) { + printf("seeking to 5 secs."); + options.setSeekTo(5000000); } } -- cgit v1.1