mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/audiotoolboxdec: fix ac3_parser header include
This commit is contained in:
parent
9840ca70e7
commit
2d11218877
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "avcodec.h"
|
||||
#include "ac3_parser.h"
|
||||
#include "ac3_parser_internal.h"
|
||||
#include "bytestream.h"
|
||||
#include "internal.h"
|
||||
#include "mpegaudiodecheader.h"
|
||||
|
|
Loading…
Reference in New Issue