mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=detail&aid=1676822&group_id=13478&atid=113478)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user