mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-27 23:08:24 +01:00
avcodec/bsf/dovi_rpu: fix typo
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
committed by
Jun Zhao
parent
590e2b1894
commit
fa36645f7e
@@ -84,7 +84,7 @@ static int dovi_rpu_update_fragment_hevc(AVBSFContext *bsf, AVPacket *pkt,
|
||||
uint8_t *rpu = NULL;
|
||||
int rpu_size, ret;
|
||||
|
||||
// HEVC_NAL_UNSPEC62 is Dolby Vision PRU and HEVC_NAL_UNSPEC63 is Dolby Vision EL
|
||||
// HEVC_NAL_UNSPEC62 is Dolby Vision RPU and HEVC_NAL_UNSPEC63 is Dolby Vision EL
|
||||
if (!nal || (nal->type != HEVC_NAL_UNSPEC62 && nal->type != HEVC_NAL_UNSPEC63))
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user