diff options
author | Max Kellermann <max@duempel.org> | 2014-01-15 11:31:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-15 11:31:51 +0100 |
commit | b7d6133593dcfca7b52eff13985f10a39098862f (patch) | |
tree | 6d7dc1f6f1027da7e66c5c1bdf710cd9ed54c3e5 /src | |
parent | 5b6bb114add8f4aac9a9434cd723e5062ae2461f (diff) | |
download | mpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.gz mpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.xz mpd-b7d6133593dcfca7b52eff13985f10a39098862f.zip |
decoder/ffmpeg: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/FfmpegDecoderPlugin.cxx | 1 | ||||
-rw-r--r-- | src/decoder/FfmpegMetaData.hxx | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx index c99ecebe3..1876425e2 100644 --- a/src/decoder/FfmpegDecoderPlugin.cxx +++ b/src/decoder/FfmpegDecoderPlugin.cxx @@ -38,7 +38,6 @@ extern "C" { #include <libavutil/avutil.h> #include <libavutil/log.h> #include <libavutil/mathematics.h> -#include <libavutil/dict.h> } #include <assert.h> diff --git a/src/decoder/FfmpegMetaData.hxx b/src/decoder/FfmpegMetaData.hxx index 0fd73df04..998cdf5a8 100644 --- a/src/decoder/FfmpegMetaData.hxx +++ b/src/decoder/FfmpegMetaData.hxx @@ -21,8 +21,6 @@ #define MPD_FFMPEG_METADATA_HXX extern "C" { -#include <libavformat/avformat.h> -#include <libavutil/avutil.h> #include <libavutil/dict.h> } @@ -35,6 +33,6 @@ struct tag_handler; void ffmpeg_scan_dictionary(AVDictionary *dict, - const struct tag_handler *handler, void *handler_ctx); + const tag_handler *handler, void *handler_ctx); #endif |