mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/vvc: Fix comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
fa77dc8c44
commit
1c4362cce9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue