mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-10 17:14:41 +00:00
avcodec/sbcdec: Remove AVClass* from context
This decoder has no private class. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -45,7 +45,6 @@ struct sbc_decoder_state {
|
||||
};
|
||||
|
||||
typedef struct SBCDecContext {
|
||||
AVClass *class;
|
||||
DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
|
||||
DECLARE_ALIGNED(SBC_ALIGN, struct sbc_decoder_state, dsp);
|
||||
} SBCDecContext;
|
||||
|
||||
Reference in New Issue
Block a user