mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
fixup! lavc/rkmppenc: add RKMPP H264 and HEVC encoder
mark AVClass as const. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
c9e543e1e5
commit
904d893889
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ typedef struct MPPEncFrame {
|
|||
} MPPEncFrame;
|
||||
|
||||
typedef struct RKMPPEncContext {
|
||||
AVClass *class;
|
||||
const AVClass *class;
|
||||
|
||||
MppApi *mapi;
|
||||
MppCtx mctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue