mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed BlackBorder test after changes to blackborder detector
Former-commit-id: fc09afcbe23227cd44a72c23ddd0c4ee484b7478
This commit is contained in:
parent
a52215ac8a
commit
d78cbe55d6
@ -148,7 +148,7 @@ int main()
|
||||
|
||||
// Switch back (in one shot) to no border
|
||||
assert(processor.process(noBorderImage));
|
||||
assert(processor.getCurrentBorder().type == BlackBorder::none);
|
||||
assert(processor.getCurrentBorder().verticalSize == 0 && processor.getCurrentBorder().horizontalSize == 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user