diff --git a/cmds/stagefright/stagefright.cpp b/cmds/stagefright/stagefright.cpp index baa00da87c574..54c6a0c5f07c5 100644 --- a/cmds/stagefright/stagefright.cpp +++ b/cmds/stagefright/stagefright.cpp @@ -96,7 +96,7 @@ static void playSource(OMXClient *client, const sp &source) { if (gReproduceBug == 1 && numFrames == 40) { printf("seeking past the end now."); - options.setSeekTo(LONG_MAX); + options.setSeekTo(0x7fffffffL); } }