PR #20987 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20987 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20987.patch
Supress lint failure. >From f87f355e3611e66b91b7b9e45156446b1bf8455c Mon Sep 17 00:00:00 2001 From: Zhao Zhili <[email protected]> Date: Fri, 21 Nov 2025 12:58:41 +0800 Subject: [PATCH] Changelog: fix spell and remove redundant descriptions Supress lint failure. --- Changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 796c60c77a..e943157f1d 100644 --- a/Changelog +++ b/Changelog @@ -6,8 +6,7 @@ version 8.0.1: avutil/common: cast GET_BYTE/GET_16BIT returned value avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument avfilter/vf_drawtext: fix incorrect text length - Update for 8.0.1 - avfilter/vf_drawtext: Account for bbox text seperator + avfilter/vf_drawtext: Account for bbox text separator avcodec/mediacodecdec_common: Check that the input to mediacodec_wrap_sw_audio_buffer() contains channel * sample_size avcodec/rv60dec: Clear blk_info avformat/whip: Fix rtp_ctx->streams access @@ -44,7 +43,7 @@ version 8.0.1: swscale/graph: fix double-free when legacy pass fails initializing libavformat/udp: Fix call to recvfrom(2) avfilter/f_ebur128: Fix incorrect ebur128 peak calculation. - avformat/udp: fix warning about unused varible + avformat/udp: fix warning about unused variable avdevice/lavfi: stop setting deprecated buffersink options configure: unbreak glslang build swscale/range_convert: fix truncation bias in range conversion -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
