ffmpeg-mux does not notice if ffmpeg returns an error from av_interleaved_write_frame() which means that OBS never knows if there is a problem in ffmpeg. This is the biggest issue for cases like srt:// or tcp:// streams that can regularly fail. Without this change OBS never knows that something went wrong.