comparison aac_ac3_parser.c @ 6101:d6c599061072 libavcodec

cosmetics: indentation after last commit
author jbr
date Thu, 03 Jan 2008 22:42:37 +0000
parents a5dee59b5918
children 356a3c897bd2
comparison
equal deleted inserted replaced
6100:a5dee59b5918 6101:d6c599061072
58 s->inbuf_ptr--; 58 s->inbuf_ptr--;
59 } else { 59 } else {
60 s->frame_size = len; 60 s->frame_size = len;
61 /* update codec info */ 61 /* update codec info */
62 avctx->sample_rate = sample_rate; 62 avctx->sample_rate = sample_rate;
63 avctx->channels = channels; 63 avctx->channels = channels;
64 avctx->bit_rate = bit_rate; 64 avctx->bit_rate = bit_rate;
65 avctx->frame_size = samples; 65 avctx->frame_size = samples;
66 } 66 }
67 } 67 }
68 } else { 68 } else {