mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-19 04:18:07 +00: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