comparison mpegaudio.h @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children c537a97eec66
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
53 53
54 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf); 54 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
55 int mpa_decode_header(AVCodecContext *avctx, uint32_t head); 55 int mpa_decode_header(AVCodecContext *avctx, uint32_t head);
56 void ff_mpa_synth_init(MPA_INT *window); 56 void ff_mpa_synth_init(MPA_INT *window);
57 void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset, 57 void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
58 MPA_INT *window, int *dither_state, 58 MPA_INT *window, int *dither_state,
59 OUT_INT *samples, int incr, 59 OUT_INT *samples, int incr,
60 int32_t sb_samples[SBLIMIT]); 60 int32_t sb_samples[SBLIMIT]);
61 61
62 extern const uint16_t mpa_bitrate_tab[2][3][15]; 62 extern const uint16_t mpa_bitrate_tab[2][3][15];
63 extern const uint16_t mpa_freq_tab[3]; 63 extern const uint16_t mpa_freq_tab[3];