comparison 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
comparison
equal deleted inserted replaced
6749:b1778cf7f3b1 6750:c93570aeb3eb
230 } else { 230 } else {
231 av_log (ctx->avctx, AV_LOG_ERROR, "Not a TM2 header: 0x%08X\n", magic); 231 av_log (ctx->avctx, AV_LOG_ERROR, "Not a TM2 header: 0x%08X\n", magic);
232 return -1; 232 return -1;
233 } 233 }
234 234
235 return (buf - obuf); 235 return buf - obuf;
236 } 236 }
237 237
238 static int tm2_read_deltas(TM2Context *ctx, int stream_id) { 238 static int tm2_read_deltas(TM2Context *ctx, int stream_id) {
239 int d, mb; 239 int d, mb;
240 int i, v; 240 int i, v;