Le 2012-03-08 10:54, Jean-Baptiste Kempf a écrit : >> + p_sys->size = p_aout->format.i_bytes_per_frame; >> + // sizeof(AudioTrack) == 0x58 (not sure) on 2.2.1, this should be enough >> + p_sys->AudioTrack = malloc(256); > > What does the sourcecode of Cyanogen say? This is a C++ class