DecoderStack: Force a viewport update more frequently
authorSoeren Apel <soeren@apelpie.net>
Tue, 3 May 2016 19:49:00 +0000 (21:49 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 3 May 2016 22:48:11 +0000 (00:48 +0200)
Updating the viewport every 65kib of input data causes
the decode trace to make really big leaps, leaving the
user with the feeling of a not-so-snappy user interface.
We can easily change this by updating the trace every 1kib
since the decoder and the UI thread are separate and the
decode trace drawing is much faster since when the limit
was originally set.


No differences found