From: Andreas Rheinhardt Date: Sat, 29 Feb 2020 22:49:19 +0000 (+0100) Subject: avformat/webm_chunk: Don't keep pointer to AVOutputFormat X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f397dc33788547799d88a639bc74b68e832fc9a3;hp=f397dc33788547799d88a639bc74b68e832fc9a3;p=ffmpeg avformat/webm_chunk: Don't keep pointer to AVOutputFormat It is no longer needed given that the function pointers of the child muxer's AVOutputFormat are no longer called directly. Signed-off-by: Andreas Rheinhardt ---