forked from FFmpeg/FFmpeg
lavfi: Move avcodec header to the only filter needing it
af_ashowinfo, due to the enum AVAudioServiceType use.
This commit is contained in:
parent
eafbc6716c
commit
7046bd9bc9
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,8 @@
|
|||
#include "libavutil/replaygain.h"
|
||||
#include "libavutil/samplefmt.h"
|
||||
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "libavutil/samplefmt.h"
|
||||
#include "libavutil/pixfmt.h"
|
||||
#include "libavutil/rational.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue