summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2009-12-19 16:39:21 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2009-12-19 16:39:21 +0000
commit2628f515fefd16c75a610f494737731272c5b718 (patch)
tree4dbdb2e8dfb9bfc3d0948fe7412a878281b11cce /libavcodec/xan.c
parenta8eb8de4613a3f6bddf3e2a383db5af57813576b (diff)
cosmetics: reindent a bit
Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r--libavcodec/xan.c2
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;