projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cosmetics: indentation
[ffmpeg.git]
/
libavcodec
/
vp3.c
diff --git
a/libavcodec/vp3.c
b/libavcodec/vp3.c
index
eafce60
..
60ba027
100644
(file)
--- a/
libavcodec/vp3.c
+++ b/
libavcodec/vp3.c
@@
-1920,7
+1920,7
@@
static int vp3_decode_frame(AVCodecContext *avctx,
/* time to figure out pixel addresses? */
if (!s->pixel_addresses_initialized)
{
-
vp3_calculate_pixel_addresses(s);
+ vp3_calculate_pixel_addresses(s);
s->pixel_addresses_initialized = 1;
}
} else {