Commit 58170b02 authored by Diego Biurrun's avatar Diego Biurrun

lavc: Add missing #includes for ff_dlog()

parent 3b6473b4
......@@ -42,6 +42,7 @@
#include "ac3dsp.h"
#include "ac3.h"
#include "fft.h"
#include "internal.h"
#include "ac3enc.h"
#include "eac3enc.h"
......
......@@ -27,6 +27,7 @@
#include "libavutil/common.h"
#include "avcodec.h"
#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment