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

Michael Tänzer neo at nhng.de
Fri Mar 4 00:32:43 CET 2016


On 03.03.2016 20:29, Francois Cartegnie wrote:
> 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.

OK, that part was copied straight from the theora codec. I will submit
an additional patch that fixes this identical part in the daala, kate,
oggspots, speex, theora and vorbis codec.

Cheers
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160304/d0218d92/attachment.sig>


More information about the vlc-devel mailing list