comparison mpegaudio.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children c7767df463f4
comparison
equal deleted inserted replaced
63:8e2d8dbf89a5 64:5aa6292a1660
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 #include <stdlib.h> 19 #include "avcodec.h"
20 #include <stdio.h>
21 #include <string.h>
22 #include <math.h> 20 #include <math.h>
23 #include "avcodec.h"
24 #include "mpegaudio.h" 21 #include "mpegaudio.h"
25
26 #define NDEBUG
27 #include <assert.h>
28 22
29 /* define it to use floats in quantization (I don't like floats !) */ 23 /* define it to use floats in quantization (I don't like floats !) */
30 //#define USE_FLOATS 24 //#define USE_FLOATS
31 25
32 #define MPA_STEREO 0 26 #define MPA_STEREO 0