Le 03/03/2016 20:02, Michael Tänzer a écrit : > + if (p_sys->b_packetizer) { > + p_dec->fmt_out.i_extra = p_dec->fmt_in.i_extra; > + p_dec->fmt_out.p_extra = xrealloc(p_dec->fmt_out.p_extra, > + p_dec->fmt_out.i_extra); Please. Checked reallocs only. Francois