Merge change 23103 into eclair

* changes:
  Fixing the build.
This commit is contained in:
Android (Google) Code Review
2009-08-28 08:42:33 -07:00

View File

@@ -96,7 +96,7 @@ static void playSource(OMXClient *client, const sp<MediaSource> &source) {
if (gReproduceBug == 1 && numFrames == 40) {
printf("seeking past the end now.");
options.setSeekTo(LONG_MAX);
options.setSeekTo(0x7fffffffL);
}
}