comparison src/ca/randelshofer/AVIOutputStream.java @ 68:302d5e9ad120

adjust format
author Robert McIntyre <rlm@mit.edu>
date Thu, 19 Jul 2012 12:28:55 -0500
parents f2c5f1fca9a7
children
comparison
equal deleted inserted replaced
67:30cea3f0f30a 68:302d5e9ad120
1 /** 1 /**
2 * @(#)AVIOutputStream.java 1.5.1 2011-01-17 2 * @(#)AVIOutputStream.java 1.5.1 2011-01-17
3 * 3 *
4 * Copyright (c) 2008-2011 Werner Randelshofer, Immensee, Switzerland. 4 * Copyright (c) 2008-2011 Werner Randelshofer, Immensee, Switzerland.
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * You may not use, copy or modify this file, except in compliance with the 7 * You may not use, copy or modify this file, except in compliance with the
8 * license agreement you entered into with Werner Randelshofer. 8 * license agreement you entered into with Werner Randelshofer.
9 * For details see accompanying license terms. 9 * For details see accompanying license terms.
1335 1335
1336 d.writeInt(-1); // dwQuality 1336 d.writeInt(-1); // dwQuality
1337 // Specifies an indicator of the quality of the data in the stream. 1337 // Specifies an indicator of the quality of the data in the stream.
1338 // Quality is represented as a number between 0 and 10,000. 1338 // Quality is represented as a number between 0 and 10,000.
1339 // For compressed data, this typically represents the value of the 1339 // For compressed data, this typically represents the value of the
1340 // quality parameter passed to the compression software. If set to –1, 1340 // quality parameter passed to the compression software. If set to -1,
1341 // drivers use the default quality value. 1341 // drivers use the default quality value.
1342 1342
1343 d.writeUInt(0); // dwSampleSize 1343 d.writeUInt(0); // dwSampleSize
1344 // Specifies the size of a single sample of data. This is set to zero 1344 // Specifies the size of a single sample of data. This is set to zero
1345 // if the samples can vary in size. If this number is nonzero, then 1345 // if the samples can vary in size. If this number is nonzero, then