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:
@@ -72,7 +72,6 @@ static void free_frame(PayloadContext *jpeg)
|
||||
static void jpeg_free_context(PayloadContext *jpeg)
|
||||
{
|
||||
free_frame(jpeg);
|
||||
av_free(jpeg);
|
||||
}
|
||||
|
||||
static int jpeg_create_huffman_table(PutByteContext *p, int table_class,
|
||||
|
Reference in New Issue
Block a user