diff options
author | David Conrad <lessen42@gmail.com> | 2008-09-30 19:51:02 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-09-30 19:51:02 +0000 |
commit | ba31df31d9170f808aec903a8f55da6bcd251c72 (patch) | |
tree | e93f10c8eddc718a55c3f6cdbad6958abffa3d98 /libavcodec/vp3.c | |
parent | fc9618195b7268677bd41cbe3a501e0aa58a20f8 (diff) | |
download | ffmpeg-ba31df31d9170f808aec903a8f55da6bcd251c72.tar.gz |
Cosmetics: indentation
Originally committed as revision 15492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r-- | libavcodec/vp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index eafce60017..60ba027d10 100644 --- 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 { |