# HG changeset patch # User conrad # Date 1222872496 0 # Node ID b579f2f9919b05b70296c66b2d7311b90926ad0c # Parent 47a22f0850a7eac1fb92ebc1f323f6a89ffdcfc1 Unneeded braces diff -r 47a22f0850a7 -r b579f2f9919b vp3.c --- a/vp3.c Wed Oct 01 14:48:00 2008 +0000 +++ b/vp3.c Wed Oct 01 14:48:16 2008 +0000 @@ -811,9 +811,9 @@ int current_macroblock; int current_fragment; - if (s->keyframe) { + if (s->keyframe) return 0; - } else { + else { memset(motion_x, 0, 6 * sizeof(int)); memset(motion_y, 0, 6 * sizeof(int));