Commit 18d761a1 authored by Reimar Döffinger's avatar Reimar Döffinger

Fix indentation.

Originally committed as revision 25780 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3354b051
...@@ -519,10 +519,10 @@ static int xan_decode_frame(AVCodecContext *avctx, ...@@ -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); memcpy(s->current_frame.data[1], s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE);
} else { } else {
AVPaletteControl *palette_control = avctx->palctrl; AVPaletteControl *palette_control = avctx->palctrl;
palette_control->palette_changed = 0; palette_control->palette_changed = 0;
memcpy(s->current_frame.data[1], palette_control->palette, memcpy(s->current_frame.data[1], palette_control->palette,
AVPALETTE_SIZE); AVPALETTE_SIZE);
s->current_frame.palette_has_changed = 1; s->current_frame.palette_has_changed = 1;
} }
s->buf = buf; s->buf = buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment