You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '1dc19729e92a96620000e09eba8e58cb458c9486'
* commit '1dc19729e92a96620000e09eba8e58cb458c9486': rtpdec_asf: Don't free the payload context in the .close function Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -289,7 +289,6 @@ static void asfrtp_close_context(PayloadContext *asf)
|
|||||||
{
|
{
|
||||||
ffio_free_dyn_buf(&asf->pktbuf);
|
ffio_free_dyn_buf(&asf->pktbuf);
|
||||||
av_freep(&asf->buf);
|
av_freep(&asf->buf);
|
||||||
av_free(asf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define RTP_ASF_HANDLER(n, s, t) \
|
#define RTP_ASF_HANDLER(n, s, t) \
|
||||||
|
Reference in New Issue
Block a user