decoder_api: moved struct decoder_plugin to decoder_plugin.h
The decoder_plugin struct is used by both the MPD core and the decoder plugin implementations. Move it to a shared header file, to minimize header dependencies.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#ifndef MPD_DECODER_INTERNAL_H
|
||||
#define MPD_DECODER_INTERNAL_H
|
||||
|
||||
#include "decoder_api.h"
|
||||
#include "pcm_convert.h"
|
||||
|
||||
struct decoder {
|
||||
|
||||
Reference in New Issue
Block a user