]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/audiotoolboxdec: fix ac3_parser header include
authorJames Almer <jamrial@gmail.com>
Fri, 27 Oct 2017 22:41:38 +0000 (19:41 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 27 Oct 2017 22:41:38 +0000 (19:41 -0300)
libavcodec/audiotoolboxdec.c

index a149949abaaeab444d117dc99681377fccbc086e..3711665bbdca7f452f6bbe78e7cc6592f0103d9f 100644 (file)
@@ -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"