[vlc-devel] [PATCH v1 3/3] oggspots: Add OggSpots codec module

Francois Cartegnie fcvlcdev at free.fr
Thu Mar 3 20:29:48 CET 2016


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


More information about the vlc-devel mailing list