[FFmpeg-cvslog] avformat/vvc: Fix comment
Andreas Rheinhardt
git at videolan.org
Sun Jun 9 12:02:04 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Jun 8 22:41:45 2024 +0200| [1c4362cce9481ab995f49385f7143146d0993e2e] | committer: Andreas Rheinhardt
avformat/vvc: Fix comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c4362cce9481ab995f49385f7143146d0993e2e
---
libavformat/vvc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list