From 2d11218877a5734ab1c5a97a650d0c74de0022ee Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 27 Oct 2017 19:41:38 -0300 Subject: [PATCH] avcodec/audiotoolboxdec: fix ac3_parser header include --- libavcodec/audiotoolboxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"