Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 29, 2024
1 parent 8e6c374 commit 3f69dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ustreamer/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f69dd7

Please sign in to comment.