mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'
* commit 'bb4a310bb85f43e62240145a656b1e5285b14239': rtpdec: Don't free the payload context in the .free function Conflicts: libavformat/rtpdec_latm.c libavformat/rtpdec_mpeg4.c libavformat/rtpdec_mpegts.c libavformat/rtpdec_xiph.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -42,7 +42,6 @@ static void dv_free_dyn_buffer(AVIOContext **dyn_buf)
|
||||
static av_cold void dv_free_context(PayloadContext *data)
|
||||
{
|
||||
dv_free_dyn_buffer(&data->buf);
|
||||
av_free(data);
|
||||
}
|
||||
|
||||
static av_cold int dv_sdp_parse_fmtp_config(AVFormatContext *s,
|
||||
|
||||
Reference in New Issue
Block a user