* commit 'bb4a310bb8':
  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:
Michael Niedermayer 2015-02-25 00:25:12 +01:00
commit fa80b76b11
17 changed files with 4 additions and 21 deletions

View file

@ -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)