tta: reindent

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Paul B Mahol 2012-02-11 22:57:18 +00:00 committed by Michael Niedermayer
parent 277e52845e
commit 07dbea7033
1 changed files with 23 additions and 23 deletions

View File

@ -417,7 +417,7 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data,
skip_bits_long(&s->gb, 32); // frame crc
// convert to output buffer
switch(s->bps) {
switch (s->bps) {
case 1: {
uint8_t *samples = (uint8_t *)s->frame.data[0];
for (p = s->decode_buffer; p < s->decode_buffer + (framelen * s->channels); p++)