spelling: output

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:49:47 -04:00
committed by Jindra Petřík
parent 1fce12f8b2
commit 0d353dae49

View File

@@ -316,7 +316,7 @@ public class AVIOutputStream extends AbstractAVIStream {
public float getCompressionQuality(int track) {
return ((VideoTrack) tracks.get(track)).videoQuality;
} /**
* Sets the state of the QuickTimeOutpuStream to started. <p> If the state
* Sets the state of the QuickTimeOutputStream to started. <p> If the state
* is changed by this method, the prolog is written.
*/
protected void ensureStarted() throws IOException {
@@ -327,7 +327,7 @@ public class AVIOutputStream extends AbstractAVIStream {
}
/**
* Sets the state of the QuickTimeOutpuStream to finished. <p> If the state
* Sets the state of the QuickTimeOutputStream to finished. <p> If the state
* is changed by this method, the prolog is written.
*/
protected void ensureFinished() throws IOException {