moved convState to struct decoder
Since we moved all PCM conversions to decoder_data(), the attribute convState isn't being used anymore by the OutputBuffer code. Move it to struct decoder.
This commit is contained in:
@@ -20,9 +20,12 @@
|
||||
#define DECODER_INTERNAL_H
|
||||
|
||||
#include "decoder_api.h"
|
||||
#include "pcm_utils.h"
|
||||
|
||||
struct decoder {
|
||||
InputPlugin *plugin;
|
||||
|
||||
ConvState conv_state;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user