[virtualcommons-svn] commit/foraging: alllee: removing unicode characters from comments
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-09-16 00:27:19
|
1 new changeset in foraging: http://bitbucket.org/virtualcommons/foraging/changeset/613caccb3865/ changeset: 613caccb3865 user: alllee date: 2011-09-16 02:26:57 summary: removing unicode characters from comments affected #: 1 file (-1 bytes) --- a/src/main/java/edu/asu/commons/foraging/util/QuickTimeOutputStream.java Thu Sep 08 17:51:36 2011 -0700 +++ b/src/main/java/edu/asu/commons/foraging/util/QuickTimeOutputStream.java Thu Sep 15 17:26:57 2011 -0700 @@ -33,6 +33,8 @@ import javax.imageio.stream.MemoryCacheImageOutputStream; /** + * FIXME: switch to upgraded versions: http://www.randelshofer.ch/multishow/ + * * This class supports writing of images as frames into the video track of * a QuickTime movie file. * <p> @@ -780,7 +782,7 @@ d.writeFixed16D16(0); // matrix[7] d.writeFixed2D30(1f); // matrix[8] // The matrix structure associated with this movie. A matrix shows how - // to map points from one coordinate space into another. See “Matrices” + // to map points from one coordinate space into another. See Matrices // for a discussion of how display matrices are used in QuickTime: // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap4/chapter_5_section_4.html#//apple_ref/doc/uid/TP40000939-CH206-18737 @@ -978,7 +980,7 @@ d.writeShort(0); // language; // A 16-bit integer that specifies the language code for this media. - // See “Language Code Values” for valid language codes: + // See "Language Code Values" for valid language codes: // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap4/chapter_5_section_2.html#//apple_ref/doc/uid/TP40000939-CH206-27005 d.writeShort(0); // quality @@ -1068,7 +1070,7 @@ // A 16-bit integer that specifies the transfer mode. The transfer mode // specifies which Boolean operation QuickDraw should perform when // drawing or transferring an image from one location to another. - // See “Graphics Modes” for a list of graphics modes supported by + // See Graphics Modes for a list of graphics modes supported by // QuickTime: // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap4/chapter_5_section_5.html#//apple_ref/doc/uid/TP40000939-CH206-18741 @@ -1206,7 +1208,7 @@ // description varies, depending on the media type. For example, in the // case of video media, the sample descriptions are image description // structures. The sample description information for each media type is - // explained in “Media Data Atom Types”: + // explained in Media Data Atom Types: // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/chapter_4_section_1.html#//apple_ref/doc/uid/TP40000939-CH205-SW1 leaf = new DataAtom("stsd"); stblAtom.add(leaf); @@ -1538,8 +1540,8 @@ d.writeInt(1); // sample description // The identification number associated with the sample description for - // the sample. For details on sample description atoms, see “Sample - // Description Atoms.”: + // the sample. For details on sample description atoms, see Sample + // Description Atoms.: // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap2/chapter_3_section_5.html#//apple_ref/doc/uid/TP40000939-CH204-25691 /* sample size atom -------- */ Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |