1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/audiotoolboxdec: fix ac3_parser header include

This commit is contained in:
James Almer 2017-10-27 19:41:38 -03:00
parent 9840ca70e7
commit 2d11218877

View 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"