summaryrefslogtreecommitdiff
path: root/src/flac/encode.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-02-06 01:43:58 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-02-06 01:43:58 +0000
commitb05d4ee3373d605eb1b8abb4c876a71efbb75399 (patch)
tree2a17632eb3d9ba7c0b36609d98210af183a723c8 /src/flac/encode.h
parent559321c710a4b26493b18b68911b9c0bfd0607a7 (diff)
downloadflac-b05d4ee3373d605eb1b8abb4c876a71efbb75399.tar.gz
add --warnings-as-errors option to flac; for picture importing, allow MIME type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically
Diffstat (limited to 'src/flac/encode.h')
-rw-r--r--src/flac/encode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flac/encode.h b/src/flac/encode.h
index d3b7791c..183f1b5c 100644
--- a/src/flac/encode.h
+++ b/src/flac/encode.h
@@ -73,6 +73,7 @@ typedef struct {
char *requested_seek_points;
int num_requested_seek_points;
const char *cuesheet_filename;
+ FLAC__bool treat_warnings_as_errors;
FLAC__bool continue_through_decode_errors; /* currently only obeyed when encoding from FLAC or Ogg FLAC */
FLAC__bool cued_seekpoints;
FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */