diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-11-21 10:38:08 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-11-21 10:38:08 +0000 |
commit | 18d761a1b1e8a33b108ef69078c285b11942e00f (patch) | |
tree | 838de1486fb45a15eb182eb0ea5e52f4489ece6e /libavcodec | |
parent | 3354b05187d06224a3ea2b5ec81a51c6cb437a2f (diff) | |
download | ffmpeg-18d761a1b1e8a33b108ef69078c285b11942e00f.tar.gz |
Fix indentation.
Originally committed as revision 25780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/xan.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 1d697c6a84..eda6a4679d 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -519,10 +519,10 @@ static int xan_decode_frame(AVCodecContext *avctx, memcpy(s->current_frame.data[1], s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE); } else { AVPaletteControl *palette_control = avctx->palctrl; - palette_control->palette_changed = 0; - memcpy(s->current_frame.data[1], palette_control->palette, - AVPALETTE_SIZE); - s->current_frame.palette_has_changed = 1; + palette_control->palette_changed = 0; + memcpy(s->current_frame.data[1], palette_control->palette, + AVPALETTE_SIZE); + s->current_frame.palette_has_changed = 1; } s->buf = buf; |