From 8fdb96487d0160537d41bf994e8dc31eb17bd9ea Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 17 Jan 2004 03:51:54 +0000 Subject: [PATCH] minor comments --- src/libOggFLAC/ogg_encoder_aspect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libOggFLAC/ogg_encoder_aspect.c b/src/libOggFLAC/ogg_encoder_aspect.c index d11a5ee..408280a 100644 --- a/src/libOggFLAC/ogg_encoder_aspect.c +++ b/src/libOggFLAC/ogg_encoder_aspect.c @@ -104,6 +104,7 @@ FLAC__StreamEncoderWriteStatus OggFLAC__ogg_encoder_aspect_write_callback_wrappe * * For audio frames, we let Ogg do the paging. */ + /*@@@@@@ combine fLaC header + STREAMINFO into the first page? 2 packets or 1 packet? */ /*@@@@@@ need our own implementation of ogg_stream_flush to max out the page instead of use its 4096 nominal page size */ /*@@@@@@ can't figure out a way to pass a useful number for 'samples' to the write_callback, so we'll just pass 0 */ if (packet.packetno == -1) { -- 2.7.4