mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-26 19:56:33 +00:00
one encoder for noop
This commit is contained in:
@@ -157,6 +157,11 @@ void encoder_prepare(struct encoder_t *encoder, struct device_t *dev) {
|
||||
}
|
||||
}
|
||||
# endif
|
||||
# ifdef WITH_RAWSINK
|
||||
else if (type == ENCODER_TYPE_NOOP) {
|
||||
ER(n_workers) = 1;
|
||||
}
|
||||
# endif
|
||||
|
||||
goto ok;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user