avformat/vvc: Fix comment

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-06-08 22:41:45 +02:00
parent fa77dc8c44
commit 1c4362cce9
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ static int vvcc_write(AVIOContext *pb, VVCDecoderConfigurationRecord *vvcc)
} }
/* /*
* We need at least one of each: VPS and SPS. * We need at least one of each: SPS and PPS.
*/ */
vps_count = vvcc->arrays[VPS_INDEX].num_nalus; vps_count = vvcc->arrays[VPS_INDEX].num_nalus;
sps_count = vvcc->arrays[SPS_INDEX].num_nalus; sps_count = vvcc->arrays[SPS_INDEX].num_nalus;