tests/visual: Disable deblocking for the h263 colorconversion test

Since this functionality was not enabled before, the reference image is
not deblocked. This commit disables deblocking for the test to match the
reference image, and eliminate deblocking as a source of differences.
This commit is contained in:
TÖRÖK Attila 2023-05-15 02:57:23 +02:00 committed by Nathan Adams
parent f55cbf0a92
commit 39c493ebd5
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Creating the H.263 test SWF was straightforward:
$ ffmpeg -i testcard.png -vcodec flv1 test.swf
Then the deblocking flag on the DefineVideoStream tag was set to "off".
The VP6 one was a bit more involved: