mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Spelling and grammar fixes for console output
This commit fixes a typo in a console debug message encountered during encoding. It also fixes a grammatical error in the same message. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
18a4854510
commit
f8255f2b7a
@@ -1668,8 +1668,8 @@ int EncoderSession_finish_ok(EncoderSession *e, int info_align_carry, int info_a
|
||||
"FAILURE: Compression failed (ratio %0.3f, should be < 1.0).\n"
|
||||
"This happens for some files for one or more of the following reasons:\n"
|
||||
" * Recompressing an existing FLAC from a higher to a lower compression setting.\n"
|
||||
" * Insufficient input data (eg, very short files, < 10000 frames).\n"
|
||||
" * The audio data is not compressable (eg a full range white noise signal).\n"
|
||||
" * Insufficient input data (e.g. very short files, < 10000 frames).\n"
|
||||
" * The audio data is not compressible (e.g. a full range white noise signal).\n"
|
||||
, e->compression_ratio);
|
||||
if (error_on_compression_fail)
|
||||
ret = 1;
|
||||
|
||||
Reference in New Issue
Block a user