mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-16 05:29:17 -04:00
Revert "obs-ffmpeg: Add error detection to ffmpeg-mux"
This reverts commit4f87337646. Reverting the line in4f87337646causing issues until it can be properly investigated.
This commit is contained in:
@@ -851,7 +851,7 @@ int main(int argc, char *argv[])
|
|||||||
resize_buf_resize(&rb, info.size);
|
resize_buf_resize(&rb, info.size);
|
||||||
|
|
||||||
if (safe_read(rb.buf, info.size) == 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 {
|
} else {
|
||||||
fail = true;
|
fail = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user