add -F to continue decoding through errors

This commit is contained in:
Josh Coalson
2002-06-05 06:05:49 +00:00
parent 8d37ddba8a
commit d0706478e0

View File

@@ -23,6 +23,7 @@
typedef struct {
FLAC__bool verbose;
FLAC__bool continue_through_decode_errors;
#ifdef FLAC__HAS_OGG
FLAC__bool is_ogg;
#endif