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
  • libswresample
  • swresample_frame.c
Find file
BlameHistoryPermalink
  • hexpointer's avatar
    libswresample: check input to swr_convert_frame for NULL · 3fa8f263
    hexpointer authored Jul 07, 2017
    When 'out' is an AVFrame that does not have buffers preallocated,
    swr_convert_frame tries to allocate buffers of the right size. However
    in calculating this size it failed to check for whether 'in' is NULL
    (requesting that swr's internal buffers are to be flushed).
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    3fa8f263
swresample_frame.c 4.37 KB
EditWeb IDE

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