Multilanguage CD-Text from greenleon

This commit is contained in:
R. Bernstein
2012-03-05 21:22:08 -05:00
parent 76a3d8016a
commit abe5b84295
28 changed files with 1643 additions and 1195 deletions

View File

@@ -101,10 +101,9 @@ void possible_throw_device_exception(driver_return_code_t drc);
class CdioCDText
{
public:
CdioCDText(cdtext_t *p)
CdioCDText()
{
p_cdtext = p;
cdtext_init(p); // make sure we're initialized on the C side
p_cdtext = cdtext_init(); // make sure we're initialized on the C side
}
~CdioCDText()