diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-04-01 20:13:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-04-13 15:11:56 +0200 |
commit | ceb0275e45d82357b94a4a0a6a515a507c1e6b2f (patch) | |
tree | eb3a52dc9e7800abf8fa52b1770e6b3c4a02b4d4 /libavformat | |
parent | a85e7e5dea542019feb85ab0730338c10c770746 (diff) | |
download | ffmpeg-ceb0275e45d82357b94a4a0a6a515a507c1e6b2f.tar.gz |
fftools/ffmpeg: stop calling check_output_constraints() for streamcopy
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().
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions