Encode OpenEXR and PNG frames in parallel

This commit is contained in:
Jonas Herzig
2022-06-26 13:32:58 +02:00
parent a3f4049322
commit 517591d72a
8 changed files with 87 additions and 20 deletions

View File

@@ -7,4 +7,6 @@ public interface FrameConsumer<P extends Frame> extends Closeable {
void consume(Map<Channel, P> channels);
boolean isParallelCapable();
}