Skip to content
Snippets Groups Projects
Commit 7046bd9b authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

lavfi: Move avcodec header to the only filter needing it

af_ashowinfo, due to the enum AVAudioServiceType use.
parent eafbc671
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment