fixup! lavc/rkmppdec: refactor RKMPP decoders and extend codecs

mark AVClass as const.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2025-11-07 22:18:03 +08:00
parent 904d893889
commit 2eb0b5dc03

View file

@ -45,7 +45,7 @@
#define MAX_SOC_NAME_LENGTH 128
typedef struct RKMPPDecContext {
AVClass *class;
const AVClass *class;
MppApi *mapi;
MppCtx mctx;