mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
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
@ -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…
x
Reference in New Issue
Block a user