From: Josh Coalson Date: Wed, 5 Jun 2002 06:05:49 +0000 (+0000) Subject: add -F to continue decoding through errors X-Git-Tag: 1.2.0~1853 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0706478e0954769f3bc94b7fcdc64f0c53ddd30;p=platform%2Fupstream%2Fflac.git add -F to continue decoding through errors --- diff --git a/src/flac/decode.h b/src/flac/decode.h index 19504a5..871dbc7 100644 --- a/src/flac/decode.h +++ b/src/flac/decode.h @@ -23,6 +23,7 @@ typedef struct { FLAC__bool verbose; + FLAC__bool continue_through_decode_errors; #ifdef FLAC__HAS_OGG FLAC__bool is_ogg; #endif