mirror of https://github.com/FFmpeg/FFmpeg.git
The subfile protocol treats an end of 0 as meaning "until EOF"; this got implemented by simply setting the end to INT64_MAX. But seeking relative to EOF or AVSEEK_SIZE seeking hasn't been adapted; the result is that e.g. the duration of transport streams isn't correctly determined when this option is used. This is fixed in this patch. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/316/head
parent
e51cc7ed85
commit
4877b5869e
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue