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: Fix SEEK_CUR and SEEK_END seeking · de010d22
    Andreas Rheinhardt authored Jul 15, 2019
    Up until now, when performing a SEEK_END seek, the subfile protocol
    ignored the desired position (relative to EOF) and used the current
    absolute offset in the input file instead.
    
    And when performing a SEEK_CUR seek, the current position has been
    ignored.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    de010d22
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.