lavc: add missing audioconvert includes

This commit is contained in:
Anton Khirnov 2011-04-02 11:50:10 +02:00
parent b4b167ecbf
commit 6f3d3eacf6
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdint.h>
#include "libavutil/crc.h"
#include "libavutil/audioconvert.h"
#include "get_bits.h"
#include "parser.h"
#include "mlp_parser.h"

View File

@ -24,6 +24,7 @@
* MPEG Audio decoder.
*/
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"