1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00

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
+1
View File
@@ -42,6 +42,7 @@
#include "ac3dsp.h"
#include "ac3.h"
#include "fft.h"
#include "internal.h"
#include "ac3enc.h"
#include "eac3enc.h"
+1
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"