mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-05 14:30:00 +01:00
avformat/vvc: Fix comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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;
|
||||
sps_count = vvcc->arrays[SPS_INDEX].num_nalus;
|
||||
|
||||
Reference in New Issue
Block a user