Mercurial > jmeCapture
comparison src/ca/randelshofer/AVIOutputStream.java @ 39:784a3f4e6202
updating capture-video
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 03 Nov 2011 16:00:46 -0700 |
parents | 4c5fc53778c1 |
children | f2c5f1fca9a7 |
comparison
equal
deleted
inserted
replaced
38:adeb88787645 | 39:784a3f4e6202 |
---|---|
625 } | 625 } |
626 return new Dimension(imgWidth, imgHeight); | 626 return new Dimension(imgWidth, imgHeight); |
627 } | 627 } |
628 | 628 |
629 /** | 629 /** |
630 * Sets the state of the QuickTimeOutpuStream to started. | 630 * Sets the state of the AVIOutputStream to 'started'. |
631 * <p> | 631 * <p> |
632 * If the state is changed by this method, the prolog is | 632 * If the state is changed by this method, the prolog is |
633 * written. | 633 * written. |
634 */ | 634 */ |
635 private void ensureStarted() throws IOException { | 635 private void ensureStarted() throws IOException { |