From: Josh Coalson Date: Sat, 17 Jan 2004 03:51:54 +0000 (+0000) Subject: minor comments X-Git-Tag: 1.2.0~933 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fdb96487d0160537d41bf994e8dc31eb17bd9ea;p=platform%2Fupstream%2Fflac.git minor comments --- 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) {