Commit a7a9490a authored by Max Kellermann's avatar Max Kellermann

filter/hdcd: include cleanup

parent c0d60087
...@@ -26,6 +26,8 @@ extern "C" { ...@@ -26,6 +26,8 @@ extern "C" {
#include <libavfilter/buffersink.h> #include <libavfilter/buffersink.h>
} }
#include <string.h>
FfmpegFilter::FfmpegFilter(const AudioFormat &in_audio_format, FfmpegFilter::FfmpegFilter(const AudioFormat &in_audio_format,
const AudioFormat &_out_audio_format, const AudioFormat &_out_audio_format,
Ffmpeg::FilterGraph &&_graph, Ffmpeg::FilterGraph &&_graph,
......
...@@ -24,13 +24,8 @@ ...@@ -24,13 +24,8 @@
#include "filter/NullFilter.hxx" #include "filter/NullFilter.hxx"
#include "filter/Prepared.hxx" #include "filter/Prepared.hxx"
#include "lib/ffmpeg/Filter.hxx" #include "lib/ffmpeg/Filter.hxx"
#include "lib/ffmpeg/Frame.hxx"
#include "lib/ffmpeg/SampleFormat.hxx"
#include "config/Block.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include <string.h>
static constexpr const char *hdcd_graph = "hdcd"; static constexpr const char *hdcd_graph = "hdcd";
gcc_pure gcc_pure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment