Drop an unnecessary call to kvz_threadqueue_flush.

Removes threadqueue dependency from the command line program.
This commit is contained in:
Arttu Ylä-Outinen 2015-11-09 13:52:57 +02:00
parent b1abe65e83
commit 87ca9e1856

View file

@ -41,7 +41,6 @@
#include "checkpoint.h"
#include "global.h"
#include "threadqueue.h"
#include "encoder.h"
#include "cli.h"
#include "yuv_io.h"
@ -328,8 +327,6 @@ int main(int argc, char *argv[])
GET_TIME(&encoding_end_real_time);
encoding_end_cpu_time = clock();
kvz_threadqueue_flush(encoder->threadqueue);
// Coding finished
// Print statistics of the coding