mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Drop an unnecessary call to kvz_threadqueue_flush.
Removes threadqueue dependency from the command line program.
This commit is contained in:
parent
b1abe65e83
commit
87ca9e1856
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue