OSDN Git Service

Free AVStream->info in chained muxers
authorMartin Storsjö <martin@martin.st>
Wed, 2 Feb 2011 08:57:26 +0000 (10:57 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 4 Feb 2011 02:10:10 +0000 (03:10 +0100)
commitd0d8a9b1384ba3cd465d6ef3439f3979d4518b4b
tree0bf1a753411626994aabd953653164de6bddc641
parentc6347bdf08db4b4893482f3136555d1a84a19347
Free AVStream->info in chained muxers

This fixes memory leaks in the RTSP muxer and RTP hinting in the
mov muxer present since SVN rev 25418.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit ce41c51b0c71c87f623914ba0786aef325d818fe)
libavformat/movenchint.c
libavformat/rtpenc_chain.c
libavformat/rtsp.c