mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 11:03:43 +00:00
fix
This commit is contained in:
@@ -136,7 +136,9 @@ void stream_loop(stream_s *stream) {
|
|||||||
usleep(100000);
|
usleep(100000);
|
||||||
++slc;
|
++slc;
|
||||||
}
|
}
|
||||||
|
# ifdef WITH_OMX
|
||||||
h264_force_key = (slc == 10);
|
h264_force_key = (slc == 10);
|
||||||
|
# endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (atomic_load(&RUN(stop))) {
|
if (atomic_load(&RUN(stop))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user