mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-25 08:20:09 +01:00
Do it in set_dispositions() rather than during stream creation. Since at this point all other stream information is known, this allows setting disposition based on metadata, which implements #10015. This also avoids an extra allocated string in OutputStream that was unused after of_open().