summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/converter/converter.h')
-rw-r--r--plugins/converter/converter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/converter/converter.h b/plugins/converter/converter.h
index 0adc5833..63aeb349 100644
--- a/plugins/converter/converter.h
+++ b/plugins/converter/converter.h
@@ -53,6 +53,9 @@ typedef struct ddb_encoder_preset_s {
int tag_oggvorbis;
int tag_mp3xing;
int id3v2_version;
+
+ // added in converter-1.3
+ int readonly; // this means the preset cannot be edited
} ddb_encoder_preset_t;
typedef struct ddb_dsp_preset_s {