Commit 989737ca authored by conrad's avatar conrad

Unneeded else

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15504 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cc4c888c
......@@ -813,7 +813,7 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb)
if (s->keyframe)
return 0;
else {
memset(motion_x, 0, 6 * sizeof(int));
memset(motion_y, 0, 6 * sizeof(int));
......@@ -960,7 +960,6 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb)
}
}
}
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment