[FFmpeg-cvslog] avcodec/audiotoolboxdec: fix ac3_parser header include
James Almer
git at videolan.org
Sat Oct 28 01:42:33 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Oct 27 19:41:38 2017 -0300| [2d11218877a5734ab1c5a97a650d0c74de0022ee] | committer: James Almer
avcodec/audiotoolboxdec: fix ac3_parser header include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d11218877a5734ab1c5a97a650d0c74de0022ee
---
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"
More information about the ffmpeg-cvslog
mailing list