aboutsummaryrefslogtreecommitdiff
path: root/libid3tag/id3tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag/id3tag.h')
-rw-r--r--libid3tag/id3tag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libid3tag/id3tag.h b/libid3tag/id3tag.h
index 4f4c681..57c7190 100644
--- a/libid3tag/id3tag.h
+++ b/libid3tag/id3tag.h
@@ -139,7 +139,8 @@ enum {
ID3_TAG_OPTION_APPENDEDTAG = 0x0010, /* tag will be appended */
ID3_TAG_OPTION_FILEALTERED = 0x0020, /* audio data was altered */
- ID3_TAG_OPTION_ID3V1 = 0x0100 /* render ID3v1/ID3v1.1 tag */
+ ID3_TAG_OPTION_ID3V1 = 0x0100, /* render ID3v1/ID3v1.1 tag */
+ ID3_TAG_OPTION_NO_ID3V2 = 0x0200, /* do not render ID3v2 tag */
};
struct id3_frame {

Return to:

Send suggestions and report system problems to the System administrator.