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
  • hdsenc.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avformat/hdsenc: Add explicit deinit function · 09bac900
    Andreas Rheinhardt authored Oct 23, 2019
    hdsenc already had an explicit function to free all allocations in case
    of an error, but it was not marked as deinit function, so that it was
    not called automatically when the AVFormatContext for muxing gets freed.
    
    Using an explicit deinit function also makes the code cleaner by
    allowing to return immediately without "goto fail".
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    09bac900
hdsenc.c 19.1 KB
EditWeb IDE

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