mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Disable deblocking because it breaks sao.
This commit is contained in:
parent
5f3ee9e096
commit
91024a2095
|
@ -146,7 +146,7 @@ int main(int argc, char *argv[])
|
|||
encoder->QP = 32;
|
||||
encoder->in.video_format = FORMAT_420;
|
||||
// deblocking filter
|
||||
encoder->deblock_enable = 1;
|
||||
encoder->deblock_enable = 0;
|
||||
encoder->beta_offset_div2 = 0;
|
||||
encoder->tc_offset_div2 = 0;
|
||||
// SAO
|
||||
|
|
Loading…
Reference in a new issue