diff options
author | James Almer <jamrial@gmail.com> | 2020-02-12 23:40:22 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-13 20:23:45 -0300 |
commit | 6d37ca8a4e8a527cbeff2a011862b3042a8d3e34 (patch) | |
tree | 1d6cce4fcf9502cccf5c5250bdbe2d61047a3fcd /tools/qt-faststart.c | |
parent | 223b58c74b4070b5726ed29ddd8df7b343c6b78a (diff) | |
download | ffmpeg-6d37ca8a4e8a527cbeff2a011862b3042a8d3e34.tar.gz |
avcodec/cbs_av1: add missing value constrains to point_y_value, point_cb_value and point_cr_value
If i is greater than 0, it is a requirement of bitstream conformance that point_y_value[ i ] is greater than point_y_value[ i - 1 ].
If i is greater than 0, it is a requirement of bitstream conformance that point_cb_value[ i ] is greater than point_cb_value[ i - 1 ].
If i is greater than 0, it is a requirement of bitstream conformance that point_cr_value[ i ] is greater than point_cr_value[ i - 1 ].
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tools/qt-faststart.c')
0 files changed, 0 insertions, 0 deletions