diff src/ca/randelshofer/AVIOutputStream.java @ 58:f2c5f1fca9a7

added javadoc capability
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 21:53:52 -0600
parents 784a3f4e6202
children 302d5e9ad120
line wrap: on
line diff
     1.1 --- a/src/ca/randelshofer/AVIOutputStream.java	Sat Dec 03 19:51:47 2011 -0600
     1.2 +++ b/src/ca/randelshofer/AVIOutputStream.java	Sat Dec 03 21:53:52 2011 -0600
     1.3 @@ -442,7 +442,7 @@
     1.4       *
     1.5       * @param file the output file
     1.6       * @param format Selects an encoder for the video format.
     1.7 -     * @param bitsPerPixel the number of bits per pixel.
     1.8 +     * 
     1.9       * @exception IllegalArgumentException if videoFormat is null or if
    1.10       * frame rate is <= 0
    1.11       */