From e72947ab8d51bdd0ac28f9b880969c3ebe007e71 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 11 Jan 2021 04:12:14 +0300 Subject: [PATCH] fix --- src/ustreamer/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ustreamer/stream.c b/src/ustreamer/stream.c index 8cd4f33..0439d95 100644 --- a/src/ustreamer/stream.c +++ b/src/ustreamer/stream.c @@ -127,7 +127,7 @@ void stream_loop(stream_s *stream) { && !atomic_load(&RUN(video->has_clients)) && (stream->sink == NULL || !stream->sink->has_clients) # ifdef WITH_OMX - && (stream->h264 == NULL || /*stream->h264->sink == NULL ||*/ !stream->h264->sink->has_clients) + && (h264 == NULL || /*h264->sink == NULL ||*/ !h264->sink->has_clients) # endif ) { usleep(1000000);