lavc: Add missing #includes for ff_dlog()

This commit is contained in:
Diego Biurrun 2015-12-11 13:17:15 +01:00
parent 3b6473b43e
commit 58170b0271
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "ac3dsp.h"
#include "ac3.h"
#include "fft.h"
#include "internal.h"
#include "ac3enc.h"
#include "eac3enc.h"

View File

@ -27,6 +27,7 @@
#include "libavutil/common.h"
#include "avcodec.h"
#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"