Re: [FFmpeg-devel] [PATCH] avformat/flvdec: use avio operation instead of pb->buf_ptr use

2023-07-26 Thread Hendrik Leppkes
On Thu, Jul 27, 2023 at 4:38 AM Steven Liu wrote: > > fix segfaults: > READ of size 1 at 0x610003b7 thread T0 > #0 0x7f928d in flv_same_video_codec ffmpeg/libavformat/flvdec.c:317:29 > #1 0x7f928d in flv_read_packet ffmpeg/libavformat/flvdec.c:1177 > #2 0x6ff32f in ff_read_packet f

Re: [FFmpeg-devel] [PATCH v8 2/6] avformat/flvdec: support demux hevc in enhanced flv

2023-07-26 Thread Steven Liu
Michael Niedermayer 于2023年7月27日周四 07:27写道: Hi Michael, > > On Thu, Apr 13, 2023 at 05:44:37PM +0800, Steven Liu wrote: > > Signed-off-by: Steven Liu > > --- > > libavformat/flvdec.c | 58 ++-- > > 1 file changed, 50 insertions(+), 8 deletions(-) > > > > di

[FFmpeg-devel] [PATCH] Add NVENC "Maximum encoded slice size in bytes" for H.264/HEVC codecs.

2023-07-26 Thread Водянников Александр
From: Aleksoid Date: Thu, 27 Jul 2023 12:26:23 +1000 Subject: [PATCH] Add NVENC "Maximum encoded slice size in bytes" for H.264/HEVC codecs. Signed-off-by: Aleksoid --- libavcodec/nvenc.c | 18 ++ libavcodec/nvenc.h | 1 + libavcodec/nvenc_h264.c | 2 ++ libavcodec

[FFmpeg-devel] [PATCH] avformat/flvdec: use avio operation instead of pb->buf_ptr use

2023-07-26 Thread Steven Liu
fix segfaults: READ of size 1 at 0x610003b7 thread T0 #0 0x7f928d in flv_same_video_codec ffmpeg/libavformat/flvdec.c:317:29 #1 0x7f928d in flv_read_packet ffmpeg/libavformat/flvdec.c:1177 #2 0x6ff32f in ff_read_packet ffmpeg/libavformat/demux.c:575:15 #3 0x70a2fd in read_frame_

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/evc_ps: Check num_ref_pic_list_in_sps

2023-07-26 Thread James Almer
On 7/26/2023 8:59 PM, Michael Niedermayer wrote: Fixes: out of array write Fixes: 60798/clusterfuzz-testcase-minimized-ffmpeg_BSF_EVC_FRAME_MERGE_fuzzer-4633529766772736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael N

[FFmpeg-devel] [PATCH 4/4] avcodec/evc_ps: Check num_ref_pic_list_in_sps

2023-07-26 Thread Michael Niedermayer
Fixes: out of array write Fixes: 60798/clusterfuzz-testcase-minimized-ffmpeg_BSF_EVC_FRAME_MERGE_fuzzer-4633529766772736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/evc_ps.c | 9 +

[FFmpeg-devel] [PATCH 3/4] avcodec/vvc_parser: Avoid undefined overflow in POC computation

2023-07-26 Thread Michael Niedermayer
The comments to the function say that it does not implement the spec and instead follows VTM. This patch is quite likely not the right solution and more intended to show the issue to people knowing the specific part of VTM ... Fixes: signed integer overflow: 2147483392 + 256 cannot be represented

[FFmpeg-devel] [PATCH 2/4] tools/target_dec_fuzzer: Adjust threshold for rtv1

2023-07-26 Thread Michael Niedermayer
Fixes: 60499/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RTV1_fuzzer-5020295866744832 Fixes: Timeout Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 1 + 1 file changed,

[FFmpeg-devel] [PATCH 1/4] avcodec/rtv1: Check if the minimal size is available in decode_rtv1()

2023-07-26 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/rtv1.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavcodec/rtv1.c b/libavcodec/rtv1.c index 4b202e6a21..95fa9210d8 100644 --- a/libavcodec/rtv1.c +++ b/libavcodec/rtv1.c @@ -44,6 +44,8 @@ static int decode_rtv1(GetB

Re: [FFmpeg-devel] [PATCH v8 2/6] avformat/flvdec: support demux hevc in enhanced flv

2023-07-26 Thread Michael Niedermayer
On Thu, Apr 13, 2023 at 05:44:37PM +0800, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/flvdec.c | 58 ++-- > 1 file changed, 50 insertions(+), 8 deletions(-) > > diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c > index d83edff7

Re: [FFmpeg-devel] [PATCH v2 5/5] fftools/ffmpeg: support applying container level cropping

2023-07-26 Thread James Almer
On 7/26/2023 6:42 PM, Tomas Härdin wrote: tis 2023-07-25 klockan 14:09 -0300 skrev James Almer: Signed-off-by: James Almer --- Now inserting a filter into the graph. This looks useful for MXF +    { "apply_cropping",   HAS_ARG | OPT_BOOL | OPT_SPEC | +  OPT_EXPERT |

Re: [FFmpeg-devel] [PATCH v2 5/5] fftools/ffmpeg: support applying container level cropping

2023-07-26 Thread Tomas Härdin
tis 2023-07-25 klockan 14:09 -0300 skrev James Almer: > Signed-off-by: James Almer > --- > Now inserting a filter into the graph. This looks useful for MXF > +    { "apply_cropping",   HAS_ARG | OPT_BOOL | OPT_SPEC | > +  OPT_EXPERT | > OPT_INPUT, 

Re: [FFmpeg-devel] [PATCH v2 0/3] avcodec: move HDR10 (MDCV/CLL) SEI handling to h2645_sei

2023-07-26 Thread Jan Ekström
On Tue, Jul 25, 2023 at 10:29 PM Jan Ekström wrote: > > This allows parsing code to be re-utilized from H.264, as well as probably > from VVC in the future. > > This additionally eases verification of the AVCodecContext side data patch > set, which includes libx264 integration for HDR10 side data.

Re: [FFmpeg-devel] [PATCH v4 3/7] avcodec/webp_parser: parse each frame into one packet

2023-07-26 Thread Tomas Härdin
tis 2023-07-25 klockan 16:18 +0200 skrev Thilo Borgmann: > Am 25.07.23 um 14:24 schrieb Tomas Härdin: > > > +    // Extremely simplified key frame detection: > > > +    // - the first frame (containing headers) is marked as a key > > > frame > > > +    // - other frames are marked as non-key frames

Re: [FFmpeg-devel] [PATCH] hevcdsp_idct_neon.S: Avoid unnecessary mov.

2023-07-26 Thread Martin Storsjö
On Wed, 26 Jul 2023, reimar.doeffin...@gmx.de wrote: From: Reimar Döffinger ret can be given an argument instead. This is also consistent with how other assembler code in FFmpeg does it. --- libavcodec/aarch64/hevcdsp_idct_neon.S | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[FFmpeg-devel] [PATCH] hevcdsp_idct_neon.S: Avoid unnecessary mov.

2023-07-26 Thread Reimar . Doeffinger
From: Reimar Döffinger ret can be given an argument instead. This is also consistent with how other assembler code in FFmpeg does it. --- libavcodec/aarch64/hevcdsp_idct_neon.S | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/aarch64/hevcdsp_idct_neon.S b/lib

Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

2023-07-26 Thread Andreas Rheinhardt
hung kuishing: >> From: ffmpeg-devel On Behalf Of >> Derek Buitenhuis >> Sent: Wednesday, July 26, 2023 8:55 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream >> demuxer and muxer >> >> On 7/26/2023 10:28 AM, hung kuishing wrote: >>> Signed-

Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

2023-07-26 Thread Kieran Kunhya
On Wed, 26 Jul 2023 at 13:55, Derek Buitenhuis wrote: > On 7/26/2023 10:28 AM, hung kuishing wrote: > > Signed-off-by: clarkh > > --- > > libavformat/Makefile | 2 ++ > > libavformat/allformats.c | 2 ++ > > libavformat/proresdec.c | 66 > > libav

Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix sample size being zero in pcmC

2023-07-26 Thread Raphaël Zumer
On 7/26/23 11:22, Zhao Zhili wrote: From: ffmpeg-devel On Behalf Of Raphaël Zumer Sent: 2023年7月26日 21:38 To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix sample size being zero in pcmC On 7/25/23 23:45, Zhao Zhili wrote: From: Zhao Zhili -avio_w8(

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix writing a sample size of 0 for PCM in MP4

2023-07-26 Thread Raphaël Zumer
On 7/26/23 11:37, Zhao Zhili wrote: I think you mixed up PCM in mp4 (-f mp4) and PCM in quicktime format (-f mov). There is no support of mux PCM in mp4 before the patch. And demux PCM in mp4 only works by chance. Let's focus on improve current situation, there isn't much to look back. I doub

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: fix handling parse_options() return value

2023-07-26 Thread James Almer
On 7/26/2023 12:31 PM, Anton Khirnov wrote: --- fftools/ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index a39185f6fe..81610c097b 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -4113,7 +4113,7 @@ int main(int arg

Re: [FFmpeg-devel] [PATCH v26 5/9] avcodec/evc_decoder: Provided support for EVC decoder

2023-07-26 Thread James Almer
On 6/15/2023 8:48 AM, Dawid Kozinski wrote: - Added EVC decoder wrapper - Changes in project configuration file and libavcodec Makefile - Added documentation for xevd wrapper Signed-off-by: Dawid Kozinski I'm getting [evc @ 01ee1ba7e960] An invalid frame was output by a decoder. This is

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix writing a sample size of 0 for PCM in MP4

2023-07-26 Thread Zhao Zhili
> -Original Message- > From: ffmpeg-devel On Behalf Of Raphaël > Zumer > Sent: 2023年7月26日 21:20 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix writing a sample > size of 0 for PCM in MP4 > > Hello, > > On 7/26/23 00:09, "zhilizhao(赵志立)" wrote

[FFmpeg-devel] [PATCH] fftools/ffprobe: fix handling parse_options() return value

2023-07-26 Thread Anton Khirnov
--- fftools/ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index a39185f6fe..81610c097b 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -4113,7 +4113,7 @@ int main(int argc, char **argv) show_banner(argc, argv, opt

Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix sample size being zero in pcmC

2023-07-26 Thread Zhao Zhili
> From: ffmpeg-devel On Behalf Of Raphaël > Zumer > Sent: 2023年7月26日 21:38 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix sample size > being zero in pcmC > > On 7/25/23 23:45, Zhao Zhili wrote: > > From: Zhao Zhili > > > > -avio_w8(pb, track-

Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

2023-07-26 Thread hung kuishing
> From: ffmpeg-devel On Behalf Of > Derek Buitenhuis > Sent: Wednesday, July 26, 2023 8:55 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream > demuxer and muxer > > On 7/26/2023 10:28 AM, hung kuishing wrote: > > Signed-off-by: clarkh > > --

Re: [FFmpeg-devel] [PATCH v3 1/2] lavc: add prores bitstream parser

2023-07-26 Thread hung kuishing
> From: ffmpeg-devel On Behalf Of > Paul B Mahol > Sent: Wednesday, July 26, 2023 9:02 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v3 1/2] lavc: add prores bitstream > parser > > On Wed, Jul 26, 2023 at 11:27 AM hung kuishing > > wr

Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix sample size being zero in pcmC

2023-07-26 Thread Raphaël Zumer
On 7/25/23 23:45, Zhao Zhili wrote: From: Zhao Zhili -avio_w8(pb, track->par->bits_per_raw_sample); +sample_size = track->par->bits_per_raw_sample; +if (!sample_size) +sample_size = av_get_exact_bits_per_sample(track->par->codec_id); +av_assert0(sample_size); +avio_w

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix writing a sample size of 0 for PCM in MP4

2023-07-26 Thread Raphaël Zumer
Hello, On 7/26/23 00:09, "zhilizhao(赵志立)" wrote: On Jul 26, 2023, at 00:28, Raphaël Zumer wrote: Encoding PCM in MP4 currently causes subsequent decoding to fail due to a sample size of 0. This doesn’t give a context on which case the sample size is 0. Using FFmpeg (round-trip). Just mux s

Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

2023-07-26 Thread Derek Buitenhuis
On 7/26/2023 10:28 AM, hung kuishing wrote: > Signed-off-by: clarkh > --- > libavformat/Makefile | 2 ++ > libavformat/allformats.c | 2 ++ > libavformat/proresdec.c | 66 > libavformat/rawenc.c | 13 > 4 files changed, 83 insertions(+)

Re: [FFmpeg-devel] [PATCH v3 1/2] lavc: add prores bitstream parser

2023-07-26 Thread Paul B Mahol
On Wed, Jul 26, 2023 at 11:27 AM hung kuishing wrote: > Signed-off-by: clarkh > --- > libavcodec/Makefile| 1 + > libavcodec/parsers.c | 1 + > libavcodec/prores_parser.c | 107 + > 3 files changed, 109 insertions(+) > create mode 100644 li

[FFmpeg-devel] [PATCH avcodec/amfenc:, 10, bit, support, v3, 3/3] avcodec/amfenc: add 10 bit encoding in av1_amf

2023-07-26 Thread Evgeny Pavlov
Signed-off-by: Evgeny Pavlov Co-authored-by: Dmitrii Ovchinnikov --- libavcodec/amfenc_av1.c | 47 + 1 file changed, 47 insertions(+) diff --git a/libavcodec/amfenc_av1.c b/libavcodec/amfenc_av1.c index 30c0a9fad2..5c5313001d 100644 --- a/libavcodec/amfen

[FFmpeg-devel] [PATCH avcodec/amfenc:, 10, bit, support, v3, 2/3] avcodec/amfenc: HDR metadata.

2023-07-26 Thread Evgeny Pavlov
From: nyanmisaka --- libavcodec/amfenc.c | 83 + 1 file changed, 83 insertions(+) diff --git a/libavcodec/amfenc.c b/libavcodec/amfenc.c index 1d863afdc4..ec71f899fe 100644 --- a/libavcodec/amfenc.c +++ b/libavcodec/amfenc.c @@ -36,6 +36,57 @@ #inclu

[FFmpeg-devel] [PATCH avcodec/amfenc:, 10, bit, support, v3, 1/3] avcodec/amfenc: Fixes the color information in the output.

2023-07-26 Thread Evgeny Pavlov
From: Michael Fabian 'Xaymar' Dirks added 10 bit support for amf hevc. before: command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file.mkv -an -c:v h264_amf res.dx11_hw_h264.mkv output - Format of input frames context (p010le) is not supported by

Re: [FFmpeg-devel] [PATCH] lavu: add AVVideoHint API

2023-07-26 Thread Carotti, Elias
On Mon, 2023-07-24 at 01:27 +0200, Stefano Sabatini wrote: > CAUTION: This email originated from outside of the organization. Do > not click links or open attachments unless you can confirm the sender > and know the content is safe. > > > > > > sorry to nitpick, but if we have this information

Re: [FFmpeg-devel] [PATCH 5/6] fftools: avradio support

2023-07-26 Thread Michael Niedermayer
On Mon, Jul 24, 2023 at 10:19:13PM +0200, Tomas Härdin wrote: > sön 2023-07-23 klockan 16:01 -0300 skrev James Almer: > > What bothers me is that even though it's added outside of lavd, it's > > being added as a brand new lavd, with all the drawbacks this implies, > > including it being tied to la

[FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer

2023-07-26 Thread hung kuishing
Signed-off-by: clarkh --- libavformat/Makefile | 2 ++ libavformat/allformats.c | 2 ++ libavformat/proresdec.c | 66 libavformat/rawenc.c | 13 4 files changed, 83 insertions(+) create mode 100644 libavformat/proresdec.c diff --git a

[FFmpeg-devel] [PATCH v3 1/2] lavc: add prores bitstream parser

2023-07-26 Thread hung kuishing
Signed-off-by: clarkh --- libavcodec/Makefile| 1 + libavcodec/parsers.c | 1 + libavcodec/prores_parser.c | 107 + 3 files changed, 109 insertions(+) create mode 100644 libavcodec/prores_parser.c diff --git a/libavcodec/Makefile b/libavcode

[FFmpeg-devel] [PATCH] avformat/flv: correct the video frametype mask to 0x70

2023-07-26 Thread Steven Liu
avformat/flv: correct the video frametype mask to 0x70 because the flv specification said the video frametype should use value range from 0x00 to 0x70, so use 0xF0 have no problem before support enhanced flv, but the 0xF0 will get incorrect result after support enhanced flv, so should set the vide

[FFmpeg-devel] [PATCH 3/3] avfft: wrap lavu/tx instead of ff_rdft

2023-07-26 Thread Lynne
Patch attached. >From 68781f3bc021fe96c4b4b4a355e03d7c5bd3539b Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 10 Nov 2022 11:26:59 +0100 Subject: [PATCH 3/3] avfft: wrap lavu/tx instead of ff_rdft --- libavcodec/avfft.c | 37 - 1 file changed, 24 insertions(

[FFmpeg-devel] [PATCH 2/3] avfft: wrap lavu/tx instead of ff_mdct

2023-07-26 Thread Lynne
Patch attached. >From 593d95ce1d2510394c09ea64d8669973889d20e8 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 10 Nov 2022 11:26:33 +0100 Subject: [PATCH 2/3] avfft: wrap lavu/tx instead of ff_mdct --- libavcodec/avfft.c | 43 --- 1 file changed, 28 inser

[FFmpeg-devel] [PATCH 1/3] avfft: wrap lavu/tx instead of ff_fft

2023-07-26 Thread Lynne
Patch attached. >From 3a595d6f177617ce89cc2709eca61b7cf486ce22 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 10 Nov 2022 11:23:38 +0100 Subject: [PATCH 1/3] avfft: wrap lavu/tx instead of ff_fft --- libavcodec/avfft.c | 40 +++- 1 file changed, 31 insertion

Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-26 Thread Lynne
Jul 26, 2023, 01:17 by mich...@niedermayer.cc: > On Tue, Jul 25, 2023 at 12:47:12AM +0200, Lynne wrote: > >> This deprecates the currently unused API. >> --- >> doc/APIchanges | 5 + >> libavcodec/avfft.h | 31 +++ >> libavcodec/tests/fft.c

[FFmpeg-devel] [PATCH 4/4] lavfi/vf_vpp_qsv: perform conversion from HDR to SDR

2023-07-26 Thread Xiang, Haihao
From: Haihao Xiang option tonemap is added to disable / enable tonemapping. By default tonemapping is not performed. Signed-off-by: Haihao Xiang --- libavfilter/vf_vpp_qsv.c | 88 1 file changed, 88 insertions(+) diff --git a/libavfilter/vf_vpp_qsv.c b

[FFmpeg-devel] [PATCH 3/4] lavfi/vf_vpp_qsv: set color properties for output

2023-07-26 Thread Xiang, Haihao
From: Haihao Xiang User may set color range / matrix coefficient set / primaries / transfer characteristics for output. Signed-off-by: Haihao Xiang --- libavfilter/vf_vpp_qsv.c | 90 ++-- 1 file changed, 87 insertions(+), 3 deletions(-) diff --git a/libavfi

[FFmpeg-devel] [PATCH 2/4] lavfi/vf_vpp_qsv: take input color properties into account

2023-07-26 Thread Xiang, Haihao
From: Haihao Xiang Signed-off-by: Haihao Xiang --- libavfilter/vf_vpp_qsv.c | 36 1 file changed, 36 insertions(+) diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c index 334a86551b..bf4264efc5 100644 --- a/libavfilter/vf_vpp_qsv.c +++ b/liba

[FFmpeg-devel] [PATCH 1/4] lavfi/qsvvpp: add set_frame_ext_params callback

2023-07-26 Thread Xiang, Haihao
From: Haihao Xiang This allows we add mfxExtBuffer per frame later. Signed-off-by: Haihao Xiang --- libavfilter/qsvvpp.c | 67 +--- libavfilter/qsvvpp.h | 10 +++ 2 files changed, 61 insertions(+), 16 deletions(-) diff --git a/libavfilter/qsvvpp.c b

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: silence the warning

2023-07-26 Thread Xiang, Haihao
On Ma, 2023-07-24 at 10:41 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > libavutil/hwcontext_qsv.c: In function ‘qsv_map_to’: > libavutil/hwcontext_qsv.c:1905:47: warning: cast from pointer to integer > of different size [-Wpointer-to-int-cast] > > Signed-off-by: Haihao Xiang > --- >  li

Re: [FFmpeg-devel] [PATCH] lavfi/vf_vpp_qsv: fix duration in pass-through mode

2023-07-26 Thread Xiang, Haihao
On Ma, 2023-07-24 at 10:36 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > Signed-off-by: Haihao Xiang > --- >  libavfilter/vf_vpp_qsv.c | 5 + >  1 file changed, 5 insertions(+) > > diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c > index 334a86551b..be9bf54743 100644 >