minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 17 Jan 2004 03:51:54 +0000 (03:51 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 17 Jan 2004 03:51:54 +0000 (03:51 +0000)
src/libOggFLAC/ogg_encoder_aspect.c

index d11a5ee..408280a 100644 (file)
@@ -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) {