[xiph-cvs] cvs commit: vorbis-tools/vcut vcut.h
Michael Smith
msmith at xiph.org
Mon Aug 20 05:02:49 PDT 2001
msmith 01/08/20 05:02:49
Modified: vcut vcut.h
Log:
Remove some C++ comments.
Revision Changes Path
1.4 +2 -2 vorbis-tools/vcut/vcut.h
Index: vcut.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vcut/vcut.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vcut.h 2001/07/16 13:09:57 1.3
+++ vcut.h 2001/08/20 12:02:48 1.4
@@ -20,8 +20,8 @@
ogg_int64_t initialgranpos;
ogg_int64_t cutpoint;
unsigned int serial;
- vcut_packet **headers; //3
- vcut_packet **packets; //2
+ vcut_packet **headers; /* 3 */
+ vcut_packet **packets; /* 2 */
FILE *in,*out1,*out2;
} vcut_state;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list