Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavformat
  • subfile.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    libavformat/subfile: Improve AVSEEK_SIZE/SEEK_END seeking · 4877b586
    Andreas Rheinhardt authored Jun 20, 2019
    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: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    4877b586
subfile.c 4.24 KB
EditWeb IDE

Replace subfile.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.