ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
48 stars 12 forks source link

vvc_sao: proper fix for doubled PB size constant #121

Closed zackerthescar closed 1 year ago

zackerthescar commented 1 year ago

Actually fixes the doubled PB size constant. Stupid error on my end, to be honest.

Fixes the first part of #119

nuomi2021 commented 1 year ago

No worries. Compare to hevc, vvc's ctu size is 128. so we change MAX_PB_SIZE TO 128.