compile: fixed shadowed variable
This commit is contained in:
@@ -220,8 +220,8 @@ bool Block::HashPassthrough(const QString &input, const QString &output, QCrypto
|
||||
if (IsInputConnected(input)) {
|
||||
rational t = InputTimeAdjustment(input, -1, TimeRange(time, time)).in();
|
||||
|
||||
NodeOutput output = GetConnectedOutput(input);
|
||||
output.node()->Hash(output.output(), hash, t, video_params);
|
||||
NodeOutput out = GetConnectedOutput(input);
|
||||
out.node()->Hash(out.output(), hash, t, video_params);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user