mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 18:13:41 +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
|
# endif
|
||||||
|
# ifdef WITH_RAWSINK
|
||||||
|
else if (type == ENCODER_TYPE_NOOP) {
|
||||||
|
ER(n_workers) = 1;
|
||||||
|
}
|
||||||
|
# endif
|
||||||
|
|
||||||
goto ok;
|
goto ok;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user