comparison mpegaudio.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
746 /* flush */ 746 /* flush */
747 flush_put_bits(p); 747 flush_put_bits(p);
748 } 748 }
749 749
750 static int MPA_encode_frame(AVCodecContext *avctx, 750 static int MPA_encode_frame(AVCodecContext *avctx,
751 unsigned char *frame, int buf_size, void *data) 751 unsigned char *frame, int buf_size, void *data)
752 { 752 {
753 MpegAudioContext *s = avctx->priv_data; 753 MpegAudioContext *s = avctx->priv_data;
754 short *samples = data; 754 short *samples = data;
755 short smr[MPA_MAX_CHANNELS][SBLIMIT]; 755 short smr[MPA_MAX_CHANNELS][SBLIMIT];
756 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; 756 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT];