提交 2920369d 编写于 作者: J jp9000

Call send_packet instead of.. doing nothing

GCC warned of this, but strangely not clang.
上级 bb92d582
......@@ -398,8 +398,8 @@ static inline void do_encode(struct obs_encoder *encoder,
for (size_t i = 0; i < encoder->callbacks.num; i++) {
struct encoder_callback *cb;
cb = encoder->callbacks.array+i;
send_packet(encoder, cb, packet);
}
pthread_mutex_unlock(&encoder->callbacks_mutex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册