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
  • af_resample.c
Find file
BlameHistoryPermalink
  • Ganesh Ajjanagadde's avatar
    avfilter/all: propagate errors of functions from avfilter/formats · 6aaac24d
    Ganesh Ajjanagadde authored Oct 05, 2015
    Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM).
    This propagates the return values.
    
    All of these were found by using av_warn_unused_result, demonstrating its utility.
    
    Tested with FATE. I am least sure of the changes to avfilter/filtergraph,
    since I don't know what/how reduce_format is intended to behave and how it should
    react to errors.
    
    Fixes: CID 1325680, 1325679, 1325678.
    Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    Previous version Reviewed-by: Nicolas George <george@nsup.org>
    Previous version Reviewed-by: Clément Bœsch <u@pkh.me>
    Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
    6aaac24d
af_resample.c 11.8 KB
EditWeb IDE

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