comparison mpegaudio.h @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children 608c7f964bca
comparison
equal deleted inserted replaced
63:8e2d8dbf89a5 64:5aa6292a1660
17 int freq, bit_rate; 17 int freq, bit_rate;
18 int lsf; /* 1 if mpeg2 low bitrate selected */ 18 int lsf; /* 1 if mpeg2 low bitrate selected */
19 int bitrate_index; /* bit rate */ 19 int bitrate_index; /* bit rate */
20 int freq_index; 20 int freq_index;
21 int frame_size; /* frame size, in bits, without padding */ 21 int frame_size; /* frame size, in bits, without padding */
22 long long nb_samples; /* total number of samples encoded */ 22 INT64 nb_samples; /* total number of samples encoded */
23 /* padding computation */ 23 /* padding computation */
24 int frame_frac, frame_frac_incr, do_padding; 24 int frame_frac, frame_frac_incr, do_padding;
25 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ 25 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */
26 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ 26 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
27 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT]; 27 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];