]> git.sesse.net Git - ffmpeg/commitdiff
avformat/webm_chunk: Don't keep pointer to AVOutputFormat
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 29 Feb 2020 22:49:19 +0000 (23:49 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 26 Mar 2020 01:12:10 +0000 (02:12 +0100)
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 <andreas.rheinhardt@gmail.com>

No differences found