Commit ba31df31 authored by David Conrad's avatar David Conrad

Cosmetics: indentation

Originally committed as revision 15492 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fc961819
......@@ -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 {
......
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