原始像素太卡 走ffmpeg
This commit is contained in:
@@ -98,8 +98,8 @@ void append_dimension(web::Plot_Dimension dimension) {
|
||||
[[nodiscard]] Parse_Benchmark_Arguments_Result parse_arguments(
|
||||
int& argc, char** argv) {
|
||||
configuration = {};
|
||||
if (!select_plots("3d")) {
|
||||
configuration_error = "the Gallery has no 3D plots";
|
||||
if (!select_plots("all")) {
|
||||
configuration_error = "the Gallery has no plots";
|
||||
return Parse_Benchmark_Arguments_Result::invalid_argument;
|
||||
}
|
||||
int retained_count{1};
|
||||
|
||||
Reference in New Issue
Block a user