mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01: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:
@@ -95,7 +95,6 @@ static void free_context(PayloadContext *data)
|
||||
{
|
||||
av_freep(&data->au_headers);
|
||||
av_freep(&data->mode);
|
||||
av_freep(&data);
|
||||
}
|
||||
|
||||
static int parse_fmtp_config(AVCodecContext *codec, const char *value)
|
||||
|
||||
Reference in New Issue
Block a user