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
  • libavutil
  • imgutils.c
Find file
BlameHistoryPermalink
  • Carl Eugen Hoyos's avatar
    lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t. · 73d4efc5
    Carl Eugen Hoyos authored Feb 01, 2019
    Fixes a warning with clang:
    libavutil/imgutils.c:314:16: warning: absolute value function 'abs'
    given an argument of type 'ptrdiff_t' (aka 'long') but has
    parameter of type 'int' which may cause truncation of value
    73d4efc5
imgutils.c 20.7 KB
EditWeb IDE

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