[FFmpeg-cvslog] r20898 - trunk/libavcodec/xan.c
kostya
subversion
Sat Dec 19 17:39:21 CET 2009
Author: kostya
Date: Sat Dec 19 17:39:21 2009
New Revision: 20898
Log:
cosmetics: reindent a bit
Modified:
trunk/libavcodec/xan.c
Modified: trunk/libavcodec/xan.c
==============================================================================
--- trunk/libavcodec/xan.c Sat Dec 19 15:05:31 2009 (r20897)
+++ trunk/libavcodec/xan.c Sat Dec 19 17:39:21 2009 (r20898)
@@ -370,7 +370,7 @@ static int xan_decode_frame(AVCodecConte
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;
More information about the ffmpeg-cvslog
mailing list