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
  • libavfilter
  • qsvvpp.c
Find file
BlameHistoryPermalink
  • Ruiling Song's avatar
    lavf/qsv: clone the frame which may be managed by framework · a768c0a3
    Ruiling Song authored Apr 03, 2018
    For filters based on framesync, the input frame was managed
    by framesync, so we should not directly keep and destroy it,
    instead we make a clone of it here, or else double-free will occur.
    But for other filters not based on framesync, we still need to
    free the input frame inside filter_frame.
    Signed-off-by: 's avatarRuiling Song <ruiling.song@intel.com>
    (cherry picked from commit d865783b)
    a768c0a3
qsvvpp.c 23.8 KB
EditWeb IDE

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