mirror of https://github.com/FFmpeg/FFmpeg.git
That field was added to store timestamp conversion state for audio decoding code. Later it started being used by streamcopy as well, but that use is wrong because, for a given input stream, both decoding and an arbitrary number of streamcopies may be performed simultaneously. They would then all overwrite the same state variable. Store this state in MuxStream instead. This is the last use of InputStream in of_streamcopy(), so the ist parameter can now be removed.pull/389/head
parent
150c992490
commit
3f11582ca3
4 changed files with 8 additions and 6 deletions
Loading…
Reference in new issue