Commit b7d61335 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: include cleanup

parent 5b6bb114
...@@ -38,7 +38,6 @@ extern "C" { ...@@ -38,7 +38,6 @@ extern "C" {
#include <libavutil/avutil.h> #include <libavutil/avutil.h>
#include <libavutil/log.h> #include <libavutil/log.h>
#include <libavutil/mathematics.h> #include <libavutil/mathematics.h>
#include <libavutil/dict.h>
} }
#include <assert.h> #include <assert.h>
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#define MPD_FFMPEG_METADATA_HXX #define MPD_FFMPEG_METADATA_HXX
extern "C" { extern "C" {
#include <libavformat/avformat.h>
#include <libavutil/avutil.h>
#include <libavutil/dict.h> #include <libavutil/dict.h>
} }
...@@ -35,6 +33,6 @@ struct tag_handler; ...@@ -35,6 +33,6 @@ struct tag_handler;
void void
ffmpeg_scan_dictionary(AVDictionary *dict, ffmpeg_scan_dictionary(AVDictionary *dict,
const struct tag_handler *handler, void *handler_ctx); const tag_handler *handler, void *handler_ctx);
#endif #endif
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