diff mbox series

[FFmpeg-devel,8/9] avformat/vvc: Fix comment

Message ID AS8P250MB074421CA5A6A16CE22D1FDDE8FC42@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State New
Headers show
Series [FFmpeg-devel,1/7] avcodec/hevc/Makefile: Move rules for lavc/* files to lavc/Makefile | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt June 8, 2024, 9:13 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/vvc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;