From a84b0e0c592f4d097e43214abf584d044bdf11d5 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 28 Aug 2009 08:40:00 -0700 Subject: [PATCH] Fixing the build. --- cmds/stagefright/stagefright.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }