git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/vvc/refs : remove early return
26 juin, par Marvin Scholzavcodec/vvc/refs: remove early return The ret value is checked later on again, so this check is redundant and would cause the frame to not be unrefd on failure as well. So remove this check and add one before av_frame_remove_side_data to ensure it is not called with an invalid frame. Fix CID 1648350 Reviewed-by: Frank Plowman <post@frankplowman.com>
-
fftools/textformat : remove leftover comments in mermaid_print_value
26 juin, par Marvin Scholz -
fftools/textformat : exit early in mermaid_print_value
26 juin, par Marvin Scholz -
avformat/iamf_parser : remove unreachable code
26 juin, par James Almer -
hwcontext_vulkan : fix issues with importing a device
26 juin, par Lynne