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
1 changed files with 1 additions and 1 deletions

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"