am 0e5e77ce: am a19cb68b: Merge change 23908 into eclair

Merge commit '0e5e77ce11b9d0f7d4ce0a2a9d92fce203793271'

* commit '0e5e77ce11b9d0f7d4ce0a2a9d92fce203793271':
  Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app.
This commit is contained in:
Andreas Huber
2009-09-04 11:04:17 -07:00
committed by Android Git Automerger

View File

@@ -97,6 +97,9 @@ static void playSource(OMXClient *client, const sp<MediaSource> &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);
}
}