forked from FFmpeg/FFmpeg
avcodec/audiotoolboxdec: fix ac3_parser header include
This commit is contained in:
parent
9840ca70e7
commit
2d11218877
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "ac3_parser.h"
|
#include "ac3_parser_internal.h"
|
||||||
#include "bytestream.h"
|
#include "bytestream.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "mpegaudiodecheader.h"
|
#include "mpegaudiodecheader.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue