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
  • libavcodec
  • cbs_h264.h
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    cbs_h264, h264_metadata: Deleting SEI messages never fails · d9418aba
    Andreas Rheinhardt authored Jul 07, 2019
    Given the recent changes to ff_cbs_delete_unit, it is no longer sensible
    to use a return value for ff_cbs_h264_delete_sei_message; instead, use
    asserts to ensure that the required conditions are met and remove the
    callers' checks for the return value. Also, document said conditions.
    
    An assert that is essentially equivalent to the one used in
    ff_cbs_delete_unit has been removed, too.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    d9418aba
cbs_h264.h 14.6 KB
EditWeb IDE

Replace cbs_h264.h

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.