Commit 6f3d3eac authored by Anton Khirnov's avatar Anton Khirnov

lavc: add missing audioconvert includes

parent b4b167ec
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <stdint.h> #include <stdint.h>
#include "libavutil/crc.h" #include "libavutil/crc.h"
#include "libavutil/audioconvert.h"
#include "get_bits.h" #include "get_bits.h"
#include "parser.h" #include "parser.h"
#include "mlp_parser.h" #include "mlp_parser.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* MPEG Audio decoder. * MPEG Audio decoder.
*/ */
#include "libavutil/audioconvert.h"
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h" #include "get_bits.h"
#include "dsputil.h" #include "dsputil.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment