Disable deblocking because it breaks sao.

This commit is contained in:
Ari Koivula 2013-11-04 20:51:51 +02:00
parent 5f3ee9e096
commit 91024a2095

View file

@ -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