提交 ffe4c855 编写于 作者: J jp9000

Revert "obs-ffmpeg: Add error detection to ffmpeg-mux"

This reverts commit 4f873376.

Reverting the line in 4f873376 causing issues until it can be
properly investigated.
上级 5f07f815
......@@ -851,7 +851,7 @@ int main(int argc, char *argv[])
resize_buf_resize(&rb, info.size);
if (safe_read(rb.buf, info.size) == info.size) {
fail = !ffmpeg_mux_packet(&ffm, rb.buf, &info);
ffmpeg_mux_packet(&ffm, rb.buf, &info);
} else {
fail = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册