*** empty log message ***

This commit is contained in:
Josh Coalson 2007-09-13 16:44:23 +00:00
parent 504dcafeb4
commit 24b58c0c4c

View File

@ -49,7 +49,7 @@ static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
int main(int argc, char *argv[])
{
FLAC__bool ok = true;
bool ok = true;
OurEncoder encoder;
FLAC__StreamEncoderInitStatus init_status;
FLAC__StreamMetadata *metadata[2];