avcodec/videotoolbox: use the correct HEVCSPS field name

Fixes compilation that was broken in 6fed1841a1.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-06-01 10:56:19 -03:00
parent 0a949aacae
commit 7e182a8d92
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx)
*/
AV_W8(p + 21, 0 << 6 |
sps->max_sub_layers << 3 |
sps->temporal_id_nesting_flag << 2 |
sps->temporal_id_nesting << 2 |
3);
/* unsigned int(8) numOfArrays; */