20 lines
284 B
C
20 lines
284 B
C
|
//
|
||
|
// precomp.h
|
||
|
// nsmp3
|
||
|
//
|
||
|
|
||
|
#include <assert.h>
|
||
|
#include <iostream>
|
||
|
#include <limits.h>
|
||
|
#include <math.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "foundation/align.h"
|
||
|
|
||
|
#include "bitstream.h"
|
||
|
#include "mpeg.h"
|
||
|
#include "mp3ssc.h"
|
||
|
#include "mp3sscdef.h"
|