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
  • rtpenc_h263.c
Find file
BlameHistoryPermalink
  • Ronald S. Bultje's avatar
    Change all uses of restrict to use av_restrict instead. · 17fad33f
    Ronald S. Bultje authored Jun 15, 2012
    Defining restrict results - for some compilers - in changing other
    uses of the restrict keyword also, e.g. __declspec(restrict) gets
    changed to __declspec(__restrict) on MSVC. This causes compilation
    failures. Therefore, using a private namespace macro instead is
    more reliable and robust.
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    17fad33f
rtpenc_h263.c 2.41 KB
EditWeb IDE

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