[FFmpeg-cvslog] avcodec/cbs_h266: Fix typo

Alexander Strasser git at videolan.org
Tue Dec 3 11:04:47 EET 2024


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Sun Dec  1 20:44:04 2024 +0100| [a280e2e646a209905fa64c6f65aa75f2be7d47b9] | committer: Nuo Mi

avcodec/cbs_h266: Fix typo

Introduced in commit 98698ed3c24bfd0b1e6e6db943b5f25f6046cee7

Fixes: CID1635788 CID1635789
Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a280e2e646a209905fa64c6f65aa75f2be7d47b9
---

 libavcodec/cbs_h266_syntax_template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/cbs_h266_syntax_template.c b/libavcodec/cbs_h266_syntax_template.c
index 43def9220f..029fbd5e4f 100644
--- a/libavcodec/cbs_h266_syntax_template.c
+++ b/libavcodec/cbs_h266_syntax_template.c
@@ -1151,7 +1151,7 @@ static int FUNC(sps)(CodedBitstreamContext *ctx, RWContext *rw,
             else
                 infer(sps_subpic_width_minus1[0], max_width_minus1);
             if (current->sps_pic_height_max_in_luma_samples > ctb_size_y)
-                us(hlen, sps_subpic_height_minus1[0], 0, max_width_minus1, 1, 0);
+                us(hlen, sps_subpic_height_minus1[0], 0, max_height_minus1, 1, 0);
             else
                 infer(sps_subpic_height_minus1[0], max_height_minus1);
             if (!current->sps_independent_subpics_flag) {



More information about the ffmpeg-cvslog mailing list