Remove comments
This commit is contained in:
parent
12344c958f
commit
dc384ed554
@ -46,10 +46,7 @@ export default function FilterSelect(props) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filter.graph = graphs.join(',');
|
||||||
// graphs.push('hwdownload')
|
|
||||||
|
|
||||||
filter.graph = `${graphs.join(',')}`;
|
|
||||||
|
|
||||||
props.onChange(filter, automatic);
|
props.onChange(filter, automatic);
|
||||||
};
|
};
|
||||||
@ -94,7 +91,7 @@ export default function FilterSelect(props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
filterSettings.push(
|
filterSettings.push(
|
||||||
<Settings key={c.filter} settings={profile.filter.settings[c.filter].settings} onChange={handleFilterSettingsChange(c.filter)} />
|
<Settings key={c.filter} settings={profile.filter.settings[c.filter].settings} onChange={handleFilterSettingsChange(c.filter)} />,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,7 +32,6 @@ function createGraph(settings) {
|
|||||||
} else if (settings.mode === 'width') {
|
} else if (settings.mode === 'width') {
|
||||||
mapping.push(`scale=${settings.width}:-1`);
|
mapping.push(`scale=${settings.width}:-1`);
|
||||||
} else if (settings.mode === 'fix') {
|
} else if (settings.mode === 'fix') {
|
||||||
// mapping.push(`scale_cuda=${settings.fix.split('x').join(':')}:format=yuv420p`);
|
|
||||||
mapping.push(`scale=${settings.fix}`);
|
mapping.push(`scale=${settings.fix}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user