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
  • ftp.c
Find file
BlameHistoryPermalink
  • Limin Wang's avatar
    avformat/ftp: Fix for invalid use of av_strtok · 53c88355
    Limin Wang authored Apr 18, 2020
    By the av_strtok() description:
     * On the first call to av_strtok(), s should point to the string to
     * parse, and the value of saveptr is ignored. In subsequent calls, s
     * should be NULL, and saveptr should be unchanged since the previous
     * call.
    Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
    53c88355
ftp.c 32.6 KB
EditWeb IDE

Replace ftp.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.