From cfd9701f1ae27bcc1ad77b05563782b52f44b313 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 30 Jul 2004 00:07:04 +0000 Subject: [PATCH] minor comments --- src/libOggFLAC/file_encoder.c | 2 +- src/libOggFLAC/seekable_stream_decoder.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libOggFLAC/file_encoder.c b/src/libOggFLAC/file_encoder.c index 796c304b..35d83c51 100644 --- a/src/libOggFLAC/file_encoder.c +++ b/src/libOggFLAC/file_encoder.c @@ -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 diff --git a/src/libOggFLAC/seekable_stream_decoder.c b/src/libOggFLAC/seekable_stream_decoder.c index 6e7272c8..a6973e01 100644 --- a/src/libOggFLAC/seekable_stream_decoder.c +++ b/src/libOggFLAC/seekable_stream_decoder.c @@ -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 */ /*********************************************************************** *