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
  • rtsp.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avformat/rtsp: Put strings instead of pointers to strings into array · 4e254ec6
    Andreas Rheinhardt authored Apr 03, 2020
    In this example, the difference in length between the shortest and
    longest string is three, so that not using pointers to strings saves
    space even on 32bit systems.
    
    Moreover, there is no need to use a sentinel here; it can be replaced
    with FF_ARRAY_ELEMS.
    Reviewed-by: 's avatarRoss Nicholson <phunkyfish@gmail.com>
    Reviewed-by: 's avatarMarton Balint <cus@passwd.hu>
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    4e254ec6
rtsp.c 96.1 KB
EditWeb IDE

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