id3mux: don't write ID3v1 tag until specifically instructed to do so

ID3v1 tags are one of the most broken and ill-designed things that
exist on this planet. Let's not write them by default.
This commit is contained in:
Tim-Philipp Müller 2009-06-06 01:05:49 +01:00
parent 73f231fac9
commit 75cc0245fa

View file

@ -67,7 +67,7 @@ enum
ARG_V2_MAJOR_VERSION ARG_V2_MAJOR_VERSION
}; };
#define DEFAULT_WRITE_V1 TRUE #define DEFAULT_WRITE_V1 FALSE
#define DEFAULT_WRITE_V2 TRUE #define DEFAULT_WRITE_V2 TRUE
#define DEFAULT_V2_MAJOR_VERSION 3 #define DEFAULT_V2_MAJOR_VERSION 3