Skip to content
Snippets Groups Projects
Commit 6f3d3eac authored by Anton Khirnov's avatar Anton Khirnov
Browse files

lavc: add missing audioconvert includes

parent b4b167ec
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment