]> git.sesse.net Git - ffmpeg/commit
avformat/segment: Use ff_stream_encode_params_copy()
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 15 Apr 2021 19:46:43 +0000 (21:46 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 18 Apr 2021 00:29:36 +0000 (02:29 +0200)
commita74428921f8bfb33cbe0340bfd810b6945e432d2
tree09b7efaaaf07dd7c95f6a42a595eef98f9173d2f
parent3651d6f276da32fcff8f7e6cb13513661e3c7bbc
avformat/segment: Use ff_stream_encode_params_copy()

It is simpler and more complete (e.g. it copies the id).

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