having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / Player.java
index b7e8078eea84e7f0e32274da0874da46fef06e58..d82e6e8919b8d49bad2ce04a23a01650e13aa970 100644 (file)
@@ -112,7 +112,7 @@ public class Player {
   public boolean play(@LOC("IN") int frames) throws JavaLayerException {\r
     @LOC("T") boolean ret = true;\r
     \r
-    int count=0;\r
+    @LOC("T") int count=0;\r
     SSJAVA: while (count++ < 2147483646) {\r
       ret = decodeFrame();\r
       if(!ret){\r