mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Unneeded braces
Originally committed as revision 15503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6298f49f75
commit
6599e2a74a
@ -811,9 +811,9 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb)
|
||||
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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user