decoder: removed "plugin" from the decoder struct
decoder.plugin was a write-only attribute.
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#include "pcm_utils.h"
|
||||
|
||||
struct decoder {
|
||||
const struct decoder_plugin *plugin;
|
||||
|
||||
struct pcm_convert_state conv_state;
|
||||
|
||||
bool seeking;
|
||||
|
||||
Reference in New Issue
Block a user