Changeset 499896ca in ffmpeg

Timestamp:
Dec 3, 2024, 2:22:55 AM (37 hours ago)
Author:
Nuo Mi <nuomi2021@gmail.com>
Branches:
master
Children:
56419fd0
Parents:
69932251
git-author:
Frank Plowman <post@frankplowman.com> (11/28/24 22:17:27)
git-committer:
Nuo Mi <nuomi2021@gmail.com> (12/03/24 02:22:55)
Message:

lavc/vvc: Fix derivation of LmcsMaxBinIdx

Per H.266 (V3) section 7.4.3.19, LmcsMaxBinIdx is set equal to
15 - lmcs_delta_max_bin_idx. The previous code instead had it equal to
15 - lmcs_min_bin_idx. This could cause decoder mismatches.

Signed-off-by: Frank Plowman <post@frankplowman.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.