decoder/ffpmeg: use forward declarations
This commit is contained in:
@@ -20,15 +20,7 @@
|
||||
#ifndef MPD_FFMPEG_METADATA_HXX
|
||||
#define MPD_FFMPEG_METADATA_HXX
|
||||
|
||||
extern "C" {
|
||||
#include <libavutil/dict.h>
|
||||
}
|
||||
|
||||
/* suppress the ffmpeg compatibility macro */
|
||||
#ifdef SampleFormat
|
||||
#undef SampleFormat
|
||||
#endif
|
||||
|
||||
struct AVDictionary;
|
||||
struct tag_handler;
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user