This commit is contained in:
Josh Coalson
2009-01-02 01:12:59 +00:00
parent f3a8e5caf6
commit a832ef32fb
8 changed files with 27 additions and 19 deletions

View File

@@ -2155,6 +2155,8 @@ void set_defaults_(FLAC__StreamEncoder *encoder)
#if FLAC__HAS_OGG
FLAC__ogg_encoder_aspect_set_defaults(&encoder->protected_->ogg_encoder_aspect);
#endif
FLAC__stream_encoder_set_compression_level(encoder, 5);
}
void free_(FLAC__StreamEncoder *encoder)