mirror of https://github.com/FFmpeg/FFmpeg.git
The generally expected behaviour is for software to append from the
current position, not to keep resetting. See also how shell works:
# (foo && bar) > file
...would normally concatenate the output of both commands to file.
If foo seeks like lavf, bar would instead overwrite the output of
foo (possibly not completely).
This reverts commit 5c3d2177e7
.
release/7.1
parent
6de951923b
commit
add8c46215
1 changed files with 1 additions and 13 deletions
Loading…
Reference in new issue