mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 19:24:29 +00:00
spelling: output
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
1fce12f8b2
commit
0d353dae49
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user