]> git.sesse.net Git - vlc/commit
xiph_SplitHeaders: do not malloc+memcpy headers
authorRafaël Carré <funman@videolan.org>
Fri, 25 Oct 2013 18:46:37 +0000 (20:46 +0200)
committerRafaël Carré <funman@videolan.org>
Fri, 25 Oct 2013 19:02:36 +0000 (21:02 +0200)
commit0c4c45e3b20d0b0a3aa7a164e67e939a70f7109a
tree18ccda1303207fa5dbbccdf050650db64d5df4be
parent311180dfa09579366760c748b6ca6790c76e5b72
xiph_SplitHeaders: do not malloc+memcpy headers

Directly point into the provided extra data
The headers were always used then freed immediately
modules/codec/kate.c
modules/codec/opus.c
modules/codec/speex.c
modules/codec/theora.c
modules/codec/vorbis.c
modules/demux/ogg.c
modules/demux/xiph.h
modules/mux/ogg.c
modules/stream_out/rtpfmt.c