]> git.sesse.net Git - ffmpeg/commit
avformat/webm_chunk: Don't copy header filename
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 29 Feb 2020 23:13:07 +0000 (00:13 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 26 Mar 2020 01:17:40 +0000 (02:17 +0100)
commit8a632b3e2e06258e3a9053f82f777dcd3d04ed26
tree1c4cc1e2949059f177ad90523a9ca644ab9a7921
parentf397dc33788547799d88a639bc74b68e832fc9a3
avformat/webm_chunk: Don't copy header filename

Instead just reuse the filename string that is given via an option
for the child muxer's url field.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webm_chunk.c