# HG changeset patch # User Robert McIntyre # Date 1322970832 21600 # Node ID f2c5f1fca9a79c9aa75b2096be11e951a2ffdfa1 # Parent 19831877eaed307ba0c36fecd217ca09351277e4 added javadoc capability diff -r 19831877eaed -r f2c5f1fca9a7 .hgignore --- a/.hgignore Sat Dec 03 19:51:47 2011 -0600 +++ b/.hgignore Sat Dec 03 21:53:52 2011 -0600 @@ -9,4 +9,5 @@ lib* .ant* output/* - +docs/* +releases/* diff -r 19831877eaed -r f2c5f1fca9a7 build.xml --- a/build.xml Sat Dec 03 19:51:47 2011 -0600 +++ b/build.xml Sat Dec 03 21:53:52 2011 -0600 @@ -4,6 +4,7 @@ + @@ -35,7 +36,7 @@ includeantruntime="false"/> - + @@ -43,11 +44,18 @@ - + + + + + + diff -r 19831877eaed -r f2c5f1fca9a7 src/ca/randelshofer/AVIOutputStream.java --- a/src/ca/randelshofer/AVIOutputStream.java Sat Dec 03 19:51:47 2011 -0600 +++ b/src/ca/randelshofer/AVIOutputStream.java Sat Dec 03 21:53:52 2011 -0600 @@ -442,7 +442,7 @@ * * @param file the output file * @param format Selects an encoder for the video format. - * @param bitsPerPixel the number of bits per pixel. + * * @exception IllegalArgumentException if videoFormat is null or if * frame rate is <= 0 */