mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avcodec/mss12: Constify slice context->parent context pointer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
77ed56f0ec
commit
7427b87e44
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ typedef struct PixContext {
|
|||
struct MSS12Context;
|
||||
|
||||
typedef struct SliceContext {
|
||||
struct MSS12Context *c;
|
||||
const struct MSS12Context *c;
|
||||
Model intra_region, inter_region;
|
||||
Model pivot, edge_mode, split_mode;
|
||||
PixContext intra_pix_ctx, inter_pix_ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue