diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-19 16:39:21 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-12-19 16:39:21 +0000 |
commit | 2628f515fefd16c75a610f494737731272c5b718 (patch) | |
tree | 4dbdb2e8dfb9bfc3d0948fe7412a878281b11cce | |
parent | a8eb8de4613a3f6bddf3e2a383db5af57813576b (diff) | |
download | ffmpeg-2628f515fefd16c75a610f494737731272c5b718.tar.gz |
cosmetics: reindent a bit
Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/xan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c index fcfd9c6d0c..e0bd780095 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -370,7 +370,7 @@ static int xan_decode_frame(AVCodecContext *avctx, palette_control->palette_changed = 0; memcpy(s->current_frame.data[1], palette_control->palette, - AVPALETTE_SIZE); + AVPALETTE_SIZE); s->current_frame.palette_has_changed = 1; s->buf = buf; |