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
  • noise_bsf.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avcodec/noise_bsf: Remove unnecessary headers · 88a37f0f
    Andreas Rheinhardt authored Apr 21, 2020
    With 33d18982, the commit introducing
    the new packet-based bsf API, a new buffer was no longer allocated
    directly, but via av_new_packet(), so that libavutil/mem.h was no longer
    needed.
    
    Moreover since commit dc99ee6b
    av_packet_make_writable() is employed which copies the data in case it
    is unavoidable so that string.h is no longer used (it was used for
    memcpy()).
    Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    88a37f0f
noise_bsf.c 2.5 KB
EditWeb IDE

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