lavc: add missing audioconvert includes
This commit is contained in:
parent
b4b167ecbf
commit
6f3d3eacf6
@ -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"
|
||||
|
@ -24,6 +24,7 @@
|
||||
* MPEG Audio decoder.
|
||||
*/
|
||||
|
||||
#include "libavutil/audioconvert.h"
|
||||
#include "avcodec.h"
|
||||
#include "get_bits.h"
|
||||
#include "dsputil.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user