add -F to continue decoding through errors
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 5 Jun 2002 06:05:49 +0000 (06:05 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 5 Jun 2002 06:05:49 +0000 (06:05 +0000)
src/flac/decode.h

index 19504a5..871dbc7 100644 (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