mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:11:11 +01:00
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:
parent
904d893889
commit
2eb0b5dc03
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
#define MAX_SOC_NAME_LENGTH 128
|
#define MAX_SOC_NAME_LENGTH 128
|
||||||
|
|
||||||
typedef struct RKMPPDecContext {
|
typedef struct RKMPPDecContext {
|
||||||
AVClass *class;
|
const AVClass *class;
|
||||||
|
|
||||||
MppApi *mapi;
|
MppApi *mapi;
|
||||||
MppCtx mctx;
|
MppCtx mctx;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue