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
  • libavfilter
  • vf_stack.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avfilter/vf_stack: Don't modify const strings · 670251de
    Andreas Rheinhardt authored May 14, 2019
    b3b7ba62 introduced undefined behaviour: A (non-modifiable) string
    literal has been assigned to a modifiable string; said string was indeed
    modified later via av_strtok.
    This of course caused compiler warnings because of the discarded
    qualifier; these are in particular fixed by this commit.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    670251de
vf_stack.c 12.9 KB
EditWeb IDE

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