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
  • af_arnndn.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avfilter/af_arnndn: Remove superfluous qualifier · 6aae3221
    Andreas Rheinhardt authored Oct 17, 2019
    remove_doubling() returned a const float, but returning qualified types
    is pointless anyway. This is all the more important given that  GCC 4.2.1
    (and maybe other compilers, too) seems to treat this as an error as several
    FATE units that don't compile any more show.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    6aae3221
af_arnndn.c 44.2 KB
EditWeb IDE

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