minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Jul 2004 00:07:04 +0000 (00:07 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Jul 2004 00:07:04 +0000 (00:07 +0000)
src/libOggFLAC/file_encoder.c
src/libOggFLAC/seekable_stream_decoder.c

index 796c304..35d83c5 100644 (file)
@@ -799,7 +799,7 @@ FLAC__StreamEncoderWriteStatus write_callback_(const OggFLAC__SeekableStreamEnco
                 * 'current_frame' will drop back to 0.
                 */
                file_encoder->private_->frames_written = max(file_encoder->private_->frames_written, current_frame+1);
-               /*@@@@@@ We would like to add an '&& samples > 0' to the if
+               /*@@@ We would like to add an '&& samples > 0' to the if
                 * clause here but currently because of the nature of our Ogg
                 * writing implementation, 'samples' is always 0 (see
                 * ogg_encoder_aspect.c).  The downside is extra progress
index 6e7272c..a6973e0 100644 (file)
@@ -35,7 +35,7 @@
 #include "FLAC/assert.h"
 #include "protected/seekable_stream_decoder.h"
 #include "protected/stream_decoder.h"
-#include "../libFLAC/include/private/md5.h" /* @@@@@@ ugly hack, but how else to do?  we need to reuse the md5 code but don't want to expose it */
+#include "../libFLAC/include/private/md5.h" /* @@@ ugly hack, but how else to do?  we need to reuse the md5 code but don't want to expose it */
 
 /***********************************************************************
  *