mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-18 13:33:43 +00:00
fix
This commit is contained in:
@@ -555,7 +555,9 @@ static int _stream_init_loop(us_stream_s *stream) {
|
|||||||
stream->enc->type == US_ENCODER_TYPE_M2M_VIDEO
|
stream->enc->type == US_ENCODER_TYPE_M2M_VIDEO
|
||||||
|| stream->enc->type == US_ENCODER_TYPE_M2M_IMAGE
|
|| stream->enc->type == US_ENCODER_TYPE_M2M_IMAGE
|
||||||
|| run->h264 != NULL
|
|| run->h264 != NULL
|
||||||
|
# ifdef WITH_V4P
|
||||||
|| stream->drm != NULL
|
|| stream->drm != NULL
|
||||||
|
# endif
|
||||||
);
|
);
|
||||||
switch (us_capture_open(stream->cap)) {
|
switch (us_capture_open(stream->cap)) {
|
||||||
case 0: break;
|
case 0: break;
|
||||||
|
|||||||
Reference in New Issue
Block a user