[xiph-commits] r3609 - libfishsound/trunk/src/libfishsound
conrad at svn.annodex.net
conrad at svn.annodex.net
Mon Jun 16 06:33:32 PDT 2008
Author: conrad
Date: 2008-06-16 06:33:31 -0700 (Mon, 16 Jun 2008)
New Revision: 3609
Modified:
libfishsound/trunk/src/libfishsound/vorbis.c
Log:
punctuation
Modified: libfishsound/trunk/src/libfishsound/vorbis.c
===================================================================
--- libfishsound/trunk/src/libfishsound/vorbis.c 2008-06-16 10:23:52 UTC (rev 3608)
+++ libfishsound/trunk/src/libfishsound/vorbis.c 2008-06-16 13:33:31 UTC (rev 3609)
@@ -202,12 +202,14 @@
ogg_packet header_comm;
ogg_packet header_code;
- /* Vorbis streams begin with three headers; the initial header (with
- most of the codec setup parameters) which is mandated by the Ogg
- bitstream spec. The second header holds any comment fields. The
- third header holds the bitstream codebook. We merely need to
- make the headers, then pass them to libvorbis one at a time;
- libvorbis handles the additional Ogg bitstream constraints */
+ /* Vorbis streams begin with three headers:
+ * 1. The initial header (with most of the codec setup parameters),
+ * which is mandated by the Ogg bitstream spec,
+ * 2. The second header which holds any comment fields,
+ * 3. The third header which contains the bitstream codebook.
+ * We merely need to make the headers, then pass them to libvorbis one at
+ * a time; libvorbis handles the additional Ogg bitstream constraints.
+ */
/* Update the comments */
for (comment = fish_sound_comment_first (fsound); comment;
More information about the commits
mailing list