comparison mpegaudio.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents 5fc0c3af3fe4
children 718a22dc121f
comparison
equal deleted inserted replaced
395:80518daaab05 396:fce0a2520551
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 "avcodec.h" 19 #include "avcodec.h"
20 #include <math.h>
21 #include "mpegaudio.h" 20 #include "mpegaudio.h"
22 21
23 /* currently, cannot change these constants (need to modify 22 /* currently, cannot change these constants (need to modify
24 quantization stage) */ 23 quantization stage) */
25 #define FRAC_BITS 15 24 #define FRAC_BITS 15