aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FfmpegMetaData.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-15 11:31:51 +0100
committerMax Kellermann <max@duempel.org>2014-01-15 11:31:51 +0100
commitb7d6133593dcfca7b52eff13985f10a39098862f (patch)
tree6d7dc1f6f1027da7e66c5c1bdf710cd9ed54c3e5 /src/decoder/FfmpegMetaData.hxx
parent5b6bb114add8f4aac9a9434cd723e5062ae2461f (diff)
downloadmpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.gz
mpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.xz
mpd-b7d6133593dcfca7b52eff13985f10a39098862f.zip
decoder/ffmpeg: include cleanup
Diffstat (limited to '')
-rw-r--r--src/decoder/FfmpegMetaData.hxx4
1 files changed, 1 insertions, 3 deletions
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