mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-14 03:11:25 +00:00
lavc/hevcdec: constify source frame in hevc_ref_frame()
This commit is contained in:
parent
ccd391d6a3
commit
08ea7d6b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -3449,7 +3449,7 @@ static int hevc_decode_frame(AVCodecContext *avctx, AVFrame *rframe,
|
|||
return avpkt->size;
|
||||
}
|
||||
|
||||
static int hevc_ref_frame(HEVCFrame *dst, HEVCFrame *src)
|
||||
static int hevc_ref_frame(HEVCFrame *dst, const HEVCFrame *src)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue