Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427188
Collapse All | Expand All

(-)a/include/id3/globals.h (-2 / +1 lines)
Lines 166-172 ID3_ENUM(ID3_V2Spec) Link Here
166
  ID3V2_3_0,
166
  ID3V2_3_0,
167
  ID3V2_4_0,
167
  ID3V2_4_0,
168
  ID3V2_EARLIEST = ID3V2_2_0,
168
  ID3V2_EARLIEST = ID3V2_2_0,
169
  ID3V2_LATEST = ID3V2_3_0
169
  ID3V2_LATEST = ID3V2_4_0
170
};
170
};
171
171
172
/** The various types of tags that id3lib can handle
172
/** The various types of tags that id3lib can handle
173
- 

Return to bug 427188