summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxdec.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-27 19:41:38 -0300
committerJames Almer <jamrial@gmail.com>2017-10-27 19:41:38 -0300
commit2d11218877a5734ab1c5a97a650d0c74de0022ee (patch)
tree33e664fbd59d475e2da5e1c18c68c02ffa5bb547 /libavcodec/audiotoolboxdec.c
parent9840ca70e75d278c23580b6b7c116e58f2eb9c0f (diff)
avcodec/audiotoolboxdec: fix ac3_parser header include
Diffstat (limited to 'libavcodec/audiotoolboxdec.c')
-rw-r--r--libavcodec/audiotoolboxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c
index a149949aba..3711665bbd 100644
--- a/libavcodec/audiotoolboxdec.c
+++ b/libavcodec/audiotoolboxdec.c
@@ -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"