changeset 7970:b579f2f9919b libavcodec

Unneeded braces
author conrad
date Wed, 01 Oct 2008 14:48:16 +0000
parents 47a22f0850a7
children 2d93e4e1358b
files vp3.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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));