Mercurial > libavcodec.hg
comparison mpegaudiodec.c @ 8439:c5302e0ecf4e libavcodec
Revert r16257:
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.
| author | andoma |
|---|---|
| date | Mon, 22 Dec 2008 22:39:55 +0000 |
| parents | 6a12ba62978a |
| children | d7d0cde5f308 |
comparison
equal
deleted
inserted
replaced
| 8438:89f7279e1eaa | 8439:c5302e0ecf4e |
|---|---|
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #include "avcodec.h" | 27 #include "avcodec.h" |
| 28 #include "bitstream.h" | 28 #include "bitstream.h" |
| 29 #include "dsputil.h" | 29 #include "dsputil.h" |
| 30 #include "libavutil/common.h" | |
| 31 | 30 |
| 32 /* | 31 /* |
| 33 * TODO: | 32 * TODO: |
| 34 * - in low precision mode, use more 16 bit multiplies in synth filter | 33 * - in low precision mode, use more 16 bit multiplies in synth filter |
| 35 * - test lsf / mpeg25 extensively. | 34 * - test lsf / mpeg25 extensively. |
