diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-08 22:41:45 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-09 10:59:33 +0200 |
commit | 1c4362cce9481ab995f49385f7143146d0993e2e (patch) | |
tree | d45b7bc7a385852d0dac8733de238f249350b412 | |
parent | fa77dc8c44d187303df1e5702abeacf39a97acc1 (diff) | |
download | ffmpeg-1c4362cce9481ab995f49385f7143146d0993e2e.tar.gz |
avformat/vvc: Fix comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavformat/vvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vvc.c b/libavformat/vvc.c index 3821de7812..595492cd1e 100644 --- a/libavformat/vvc.c +++ b/libavformat/vvc.c @@ -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; |