]> git.sesse.net Git - ffmpeg/commit
avformat/webm_chunk: Use ff_stream_encode_params_copy()
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 13 Apr 2021 16:27:10 +0000 (18:27 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 18 Apr 2021 00:29:23 +0000 (02:29 +0200)
commit3651d6f276da32fcff8f7e6cb13513661e3c7bbc
tree5eb23fd1d13172c10dde8e599b6dd1fc6a3d224f
parent8068f2fcf33722875907e2fe25e81e1f05b1a476
avformat/webm_chunk: Use ff_stream_encode_params_copy()

It is simpler and more complete (e.g. it copies the framerate
information which allows to write the default duration element).

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