mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-10 22:33:14 +00:00
lavc: Add missing #includes for ff_dlog()
This commit is contained in:
parent
3b6473b43e
commit
58170b0271
@ -42,6 +42,7 @@
|
|||||||
#include "ac3dsp.h"
|
#include "ac3dsp.h"
|
||||||
#include "ac3.h"
|
#include "ac3.h"
|
||||||
#include "fft.h"
|
#include "fft.h"
|
||||||
|
#include "internal.h"
|
||||||
#include "ac3enc.h"
|
#include "ac3enc.h"
|
||||||
#include "eac3enc.h"
|
#include "eac3enc.h"
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
#include "internal.h"
|
||||||
#include "mpegaudio.h"
|
#include "mpegaudio.h"
|
||||||
#include "mpegaudiodata.h"
|
#include "mpegaudiodata.h"
|
||||||
#include "mpegaudiodecheader.h"
|
#include "mpegaudiodecheader.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user