mirror of https://github.com/FFmpeg/FFmpeg.git
That function only contains two checks now - whether the muxer returned EOF and whether the packet timestamp is before requested output start time. The first check is unnecessary, since the packet will just be rejected by the muxer. The second check is better combined with a related check directly in do_streamcopy().pull/389/head
parent
a85e7e5dea
commit
ceb0275e45
1 changed files with 9 additions and 6 deletions
Loading…
Reference in new issue