Mercurial > libavcodec.hg
comparison mpegaudiodec.c @ 1734:8aace334bcf0 libavcodec
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author | michael |
---|---|
date | Thu, 08 Jan 2004 23:51:23 +0000 |
parents | b47d56b1a049 |
children | 1532ff770277 |
comparison
equal
deleted
inserted
replaced
1733:b47d56b1a049 | 1734:8aace334bcf0 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 //#define DEBUG | 25 //#define DEBUG |
26 #include "avcodec.h" | 26 #include "avcodec.h" |
27 #include "mpegaudio.h" | 27 #include "mpegaudio.h" |
28 #include "dsputil.h" | |
28 | 29 |
29 /* | 30 /* |
30 * TODO: | 31 * TODO: |
31 * - in low precision mode, use more 16 bit multiplies in synth filter | 32 * - in low precision mode, use more 16 bit multiplies in synth filter |
32 * - test lsf / mpeg25 extensively. | 33 * - test lsf / mpeg25 extensively. |