minor comments

This commit is contained in:
Josh Coalson 2007-02-04 19:45:34 +00:00
parent df4e40f553
commit f05c1145b5

View File

@ -1727,7 +1727,7 @@ FLAC__bool EncoderSession_init_encoder(EncoderSession *e, encode_options_t optio
* we keep the existing one. also need to make sure to
* propagate any channel mask tag.
*/
/* @@@@@@ change to append in -T values from options.vorbis_comment if input has VC already */
/* @@@@@@ change to append -T values from options.vorbis_comment if input has VC already */
size_t i, j;
FLAC__bool vc_found = false;
for(i = 0, j = 0; i < flac_decoder_data->num_metadata_blocks; i++) {