mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
fix
This commit is contained in:
parent
8e6c374acf
commit
3f69dd785f
@ -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_IMAGE
|
||||
|| run->h264 != NULL
|
||||
# ifdef WITH_V4P
|
||||
|| stream->drm != NULL
|
||||
# endif
|
||||
);
|
||||
switch (us_capture_open(stream->cap)) {
|
||||
case 0: break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user