diff truemotion2.c @ 6750:c93570aeb3eb libavcodec

Remove unnecessary parentheses from return calls.
author diego
date Tue, 06 May 2008 09:16:36 +0000
parents 5df0c730234d
children e943e1409077
line wrap: on
line diff
--- a/truemotion2.c	Sun May 04 22:39:12 2008 +0000
+++ b/truemotion2.c	Tue May 06 09:16:36 2008 +0000
@@ -232,7 +232,7 @@
         return -1;
     }
 
-    return (buf - obuf);
+    return buf - obuf;
 }
 
 static int tm2_read_deltas(TM2Context *ctx, int stream_id) {