Re: [FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-11-14 Thread Steven Liu
> 在 2019年11月3日,20:14,Marton Balint 写道: > > > > On Fri, 25 Oct 2019, Ole Andre Birkedal wrote: > >> I think this is the best solution, with just one new flag +utc_pdt that will >> force timestamps of PDT to be in UTC with the format -MM-DDThh:mm:ssZ. >> Too many flags will be

[FFmpeg-devel] [PATCH 1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most time we dont need this flag

2019-11-14 Thread _ FgoDt
From: fgodt Signed-off-by: fgodt --- libavdevice/gdigrab.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavdevice/gdigrab.c b/libavdevice/gdigrab.c index f406fa..0ab0cfed01 100644 --- a/libavdevice/gdigrab.c +++ b/libavdevice/gdigrab.c @@ -53,6 +53,8 @@

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-14 Thread Gyan
On 15-11-2019 03:23 am, Marton Balint wrote: On Wed, 13 Nov 2019, Gyan wrote: As suggested in the review of an earlier patch*, this one drops frames till a TC is seen. From 0932db9d14dea215c1b0e5dcac4eac16cd6a Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 9 Sep 2019

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-14 Thread Gyan
On 15-11-2019 03:02 am, Marton Balint wrote: On Wed, 13 Nov 2019, Ilinca Tudose wrote: My previous email was incorrect about "-wait_for_tc 1". The 2 commands used were: (1) ffmpeg -loglevel trace  -timecode_format rp188any  -wait_for_tc 1 -f decklink -probesize 15M -analyzeduration 5M -i

Re: [FFmpeg-devel] [PATCH] avfilter/scale: allow dynamic output via expressions

2019-11-14 Thread Gyan
On 15-11-2019 04:01 am, Michael Niedermayer wrote: On Thu, Nov 14, 2019 at 11:12:23PM +0530, Gyan wrote: On 14-11-2019 01:12 am, Michael Niedermayer wrote: Moving and changing code at the same time makes it hard to see th difference. Idealy all code moves should be seperate from changes to

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-14 Thread myp...@gmail.com
On Fri, Nov 15, 2019 at 1:26 AM Michael Niedermayer wrote: > > On Wed, Nov 13, 2019 at 12:24:34AM +0100, Paul B Mahol wrote: > > On 11/13/19, Michael Niedermayer wrote: > > > On Tue, Nov 12, 2019 at 12:48:09PM +0100, Paul B Mahol wrote: > > >> If this filter is same speed or better than boxblur,

Re: [FFmpeg-devel] [PATCH 1/2] backport NULL pointer dereference fix / CVE-2019-17539 / 15733 clusterfuzz

2019-11-14 Thread Michael Niedermayer
On Thu, Nov 14, 2019 at 03:01:29PM -0500, James Boyle wrote: > Hello, > > This patch is nearly identical to commit > 8df6884832ec413cf032dfaa45c23b1c7876670c, but is intended to backport > the fix for CVE-2019-17539 to ffmpeg version 3.4.6, which is in use on > RHEL 7 systems that get ffmpeg from

Re: [FFmpeg-devel] [PATCH] avfilter/scale: allow dynamic output via expressions

2019-11-14 Thread Michael Niedermayer
On Thu, Nov 14, 2019 at 11:12:23PM +0530, Gyan wrote: > > > On 14-11-2019 01:12 am, Michael Niedermayer wrote: > >Moving and changing code at the same time makes it hard to see th difference. > >Idealy all code moves should be seperate from changes to the code. > > > >also more generally,

[FFmpeg-devel] [PATCH] avformat/mpegtsenc: do not write SDT for m2ts

2019-11-14 Thread Marton Balint
BDMV does not seem to use it. Signed-off-by: Marton Balint --- doc/muxers.texi | 3 ++- libavformat/mpegtsenc.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 4e76b40151..aa4bde518d 100644 --- a/doc/muxers.texi +++

Re: [FFmpeg-devel] [PATCH v2 4/4] swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wrapper

2019-11-14 Thread Michael Niedermayer
On Thu, Nov 14, 2019 at 09:46:23PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libswscale/swscale_unscaled.c | 2 ++ > 1 file changed, 2 insertions(+) probably ok thx [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH v2 3/4] FATE: add a test for lut1d and lut3d

2019-11-14 Thread Michael Niedermayer
On Thu, Nov 14, 2019 at 09:46:22PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > have tested with x86_64(apple darwin, linux gcc), x86_32(linux), mips tested on mingw32/64, qemu arm/mips [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-14 Thread Marton Balint
On Wed, 13 Nov 2019, Gyan wrote: As suggested in the review of an earlier patch*, this one drops frames till a TC is seen. From 0932db9d14dea215c1b0e5dcac4eac16cd6a Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 9 Sep 2019 18:33:09 +0530 Subject: [PATCH] avdevice/decklink: add

Re: [FFmpeg-devel] [PATCH v1 2/2] configure: Fix for the configure failed for vmaf

2019-11-14 Thread Kyle Swanson
Hi, On Wed, Nov 13, 2019 at 10:36 PM Limin Wang wrote: > Please ignore the patch, I haven't used the old version. As vmaf library use > libvmaf.pc, it better to keep it filename same, so let waiting vmaf to fix > it. Merged your PR over on the VMAF repo. This FFmpeg patch should be ignored.

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-14 Thread Marton Balint
On Wed, 13 Nov 2019, Ilinca Tudose wrote: My previous email was incorrect about "-wait_for_tc 1". The 2 commands used were: (1) ffmpeg -loglevel trace -timecode_format rp188any -wait_for_tc 1 -f decklink -probesize 15M -analyzeduration 5M -i "DeckLink Quad (1)" -t 30 -preset veryfast

Re: [FFmpeg-devel] Question re: CVE-2019-15942 and ffmpeg 3.4.6

2019-11-14 Thread Andreas Rheinhardt
On Thu, Nov 14, 2019 at 9:31 PM James Boyle wrote: > Hello, > > I was wondering if anyone can verify whether or not CVE-2019-15942 > affects ffmpeg version 3.4.6. From trac ticket 8093 > (https://trac.ffmpeg.org/ticket/8093), it looks like it was a > "regression since

[FFmpeg-devel] Question re: CVE-2019-15942 and ffmpeg 3.4.6

2019-11-14 Thread James Boyle
Hello, I was wondering if anyone can verify whether or not CVE-2019-15942 affects ffmpeg version 3.4.6.  From trac ticket 8093 (https://trac.ffmpeg.org/ticket/8093), it looks like it was a "regression since 992532ee3122d7938a7581988eea401b57de8189".  I'm not well versed with git, but running "git

[FFmpeg-devel] [PATCH] avcodec/cbs_vp9: Write frame data directly

2019-11-14 Thread Andreas Rheinhardt
Writing a unit (always a frame) in cbs_vp9 used an intermediate buffer to write the frame header followed by the frame data that was copied into said buffer. Afterwards, the final buffer for the frame was allocated and everything copied into this buffer. But it is trivial to compute the needed

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Thierry Foucu
On Thu, Nov 14, 2019 at 11:33 AM Ronald S. Bultje wrote: > Hi, > > On Thu, Nov 14, 2019 at 2:12 PM Andrey Semashev > > wrote: > > > I think there needs to be some consistency across different lavc > > decoders. If we consider that lavc should produce one decoded frame per > > one encoded one,

[FFmpeg-devel] [PATCH 1/2] backport NULL pointer dereference fix / CVE-2019-17539 / 15733 clusterfuzz

2019-11-14 Thread James Boyle
Hello, This patch is nearly identical to commit 8df6884832ec413cf032dfaa45c23b1c7876670c, but is intended to backport the fix for CVE-2019-17539 to ffmpeg version 3.4.6, which is in use on RHEL 7 systems that get ffmpeg from rpmfusion.

[FFmpeg-devel] [PATCH 2/2] backport out of array access fix / CVE-2019-17542 / 15919 clusterfuzz

2019-11-14 Thread James Boyle
Hello, This patch is nearly identical to commit 02f909dc24b1f05cfbba75077c7707b905e63cd2, but is intended to backport the fix for CVE-2019-17542 to ffmpeg version 3.4.6, which is in use on RHEL 7 systems that get ffmpeg from rpmfusion.

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Ronald S. Bultje
Hi, On Thu, Nov 14, 2019 at 2:12 PM Andrey Semashev wrote: > I think there needs to be some consistency across different lavc > decoders. If we consider that lavc should produce one decoded frame per > one encoded one, even if the encoded one contains multiple layers, then > that should be true

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Andrey Semashev
On 2019-11-14 20:48, James Almer wrote: On 11/14/2019 2:31 PM, Andrey Semashev wrote: On 2019-11-14 20:19, James Almer wrote: On 11/14/2019 2:15 PM, Thierry Foucu wrote: Set the option to false by default, to match libaomdec wrapper. ---   libavcodec/libdav1d.c | 4   1 file changed, 4

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread James Almer
On 11/14/2019 2:31 PM, Andrey Semashev wrote: > On 2019-11-14 20:19, James Almer wrote: >> On 11/14/2019 2:15 PM, Thierry Foucu wrote: >>> Set the option to false by default, to match libaomdec wrapper. >>> --- >>>   libavcodec/libdav1d.c | 4 >>>   1 file changed, 4 insertions(+) >>> >>> diff

Re: [FFmpeg-devel] [PATCH] avfilter/scale: allow dynamic output via expressions

2019-11-14 Thread Gyan
On 14-11-2019 01:12 am, Michael Niedermayer wrote: Moving and changing code at the same time makes it hard to see th difference. Idealy all code moves should be seperate from changes to the code. also more generally, spliting this patch up would simpify review Split into two. First patch

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Andrey Semashev
On 2019-11-14 20:19, James Almer wrote: On 11/14/2019 2:15 PM, Thierry Foucu wrote: Set the option to false by default, to match libaomdec wrapper. --- libavcodec/libdav1d.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c index

[FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-14 Thread Thierry Foucu
Disable by default to output all the layers, to match libaomdec wrapper. Add option to select the operating point for the spatial layers. --- libavcodec/libdav1d.c | 8 1 file changed, 8 insertions(+) diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c index

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Thierry Foucu
On Thu, Nov 14, 2019 at 9:20 AM James Almer wrote: > On 11/14/2019 2:15 PM, Thierry Foucu wrote: > > Set the option to false by default, to match libaomdec wrapper. > > --- > > libavcodec/libdav1d.c | 4 > > 1 file changed, 4 insertions(+) > > > > diff --git a/libavcodec/libdav1d.c

[FFmpeg-devel] [PATCH] libavcodec/amfenc_hevc.c: Fix Profile level option on AMF HEVC.

2019-11-14 Thread OvchinnikovDmitrii
Patch proposed by Sitan Liu --- libavcodec/amfenc_hevc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/amfenc_hevc.c b/libavcodec/amfenc_hevc.c index 7c9a33ab33..a9ccab168c 100644 --- a/libavcodec/amfenc_hevc.c +++ b/libavcodec/amfenc_hevc.c @@ -136,7 +136,7

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-14 Thread Michael Niedermayer
On Wed, Nov 13, 2019 at 12:24:34AM +0100, Paul B Mahol wrote: > On 11/13/19, Michael Niedermayer wrote: > > On Tue, Nov 12, 2019 at 12:48:09PM +0100, Paul B Mahol wrote: > >> If this filter is same speed or better than boxblur, it should replace > >> boxblur filter, as boxblur filter is GPL. > >

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread James Almer
On 11/14/2019 2:15 PM, Thierry Foucu wrote: > Set the option to false by default, to match libaomdec wrapper. > --- > libavcodec/libdav1d.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c > index cf4b178f1d..5efa8eeb48 100644 > ---

[FFmpeg-devel] [PATCH] [libdav1d.c]: Add option to output all the spatial layers.

2019-11-14 Thread Thierry Foucu
Set the option to false by default, to match libaomdec wrapper. --- libavcodec/libdav1d.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c index cf4b178f1d..5efa8eeb48 100644 --- a/libavcodec/libdav1d.c +++ b/libavcodec/libdav1d.c @@ -40,6

Re: [FFmpeg-devel] [PATCH 1/5] vcodec/agm: Alloc based on coded dimensions

2019-11-14 Thread Paul B Mahol
LGTM On 11/14/19, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 18715/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5659333417500672 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-14 Thread Michael Niedermayer
On Wed, Nov 13, 2019 at 10:25:31AM +0800, Steven Liu wrote: > > > > 在 2019年11月13日,09:02,myp...@gmail.com 写道: > > > > On Wed, Nov 13, 2019 at 7:24 AM Paul B Mahol wrote: > >> > >> On 11/13/19, Michael Niedermayer wrote: > >>> On Tue, Nov 12, 2019 at 12:48:09PM +0100, Paul B Mahol wrote: >

[FFmpeg-devel] [PATCH 1/5] vcodec/agm: Alloc based on coded dimensions

2019-11-14 Thread Michael Niedermayer
Fixes: out of array read Fixes: 18715/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5659333417500672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 2 +- 1 file

[FFmpeg-devel] [PATCH 4/5] avcodec/apedec: Fix 2 integer overflows

2019-11-14 Thread Michael Niedermayer
Fixes: signed integer overflow: 2119056926 - -134217728 cannot be represented in type 'int' Fixes: 18728/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5747539563511808 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH 5/5] avcodec/truespeech: Fix an integer overflow in truespeech_synth()

2019-11-14 Thread Michael Niedermayer
Fixes: signed integer overflow: 2147483188 + 2048 cannot be represented in type 'int' Fixes: 18741/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUESPEECH_fuzzer-5748950460268544 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH 3/5] avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUP

2019-11-14 Thread Michael Niedermayer
Fixes: memleaks Fixes: 18429/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-6210814364614656 Fixes: 18722/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5680535690543104 Found-by: continuous fuzzing process

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-14 Thread Ilinca Tudose
This also works when passing the -format_code parameter. On Wed, Nov 13, 2019 at 7:04 PM Ilinca Tudose wrote: > My previous email was incorrect about "-wait_for_tc 1". The 2 commands > used were: > > (1) > ffmpeg -loglevel trace -timecode_format rp188any -wait_for_tc 1 -f > decklink

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: Async the encoding and output procedure of encoder

2019-11-14 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of Fu, > Linjie > Sent: Monday, November 11, 2019 17:43 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: Async the > encoding and output procedure of encoder > > > -Original Message- > >

Re: [FFmpeg-devel] [PATCH] avcodec/avcodec: Adapt the doc of av_bsf_send_packet

2019-11-14 Thread James Almer
On 11/14/2019 11:44 AM, Andreas Rheinhardt wrote: > to match its actual implementation. > > Explicitly allowing empty packets to signal flushing helps getting rid > of special cases. It does not hinder the ability to send i.e. > timing-only packets, because one can send packets with zero size and

[FFmpeg-devel] [PATCH] avcodec/avcodec: Adapt the doc of av_bsf_send_packet

2019-11-14 Thread Andreas Rheinhardt
to match its actual implementation. Explicitly allowing empty packets to signal flushing helps getting rid of special cases. It does not hinder the ability to send i.e. timing-only packets, because one can send packets with zero size and pkt->data set. Signed-off-by: Andreas Rheinhardt --- I

Re: [FFmpeg-devel] [PATCH 2/2] avformat/av1dec: Redo flushing of bsf

2019-11-14 Thread James Almer
On 11/14/2019 11:06 AM, Andreas Rheinhardt wrote: > The current approach has two different calls to av_bsf_send_packet(): > A normal one, sending a packet; and an extraordinary one just for > flushing. These can be unified into one by making use of the newly > documented fact that

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/avcodec: Adapt the doc of av_bsf_send_packet

2019-11-14 Thread James Almer
On 11/14/2019 11:06 AM, Andreas Rheinhardt wrote: > to match its actual implementation. > > Explicitly allowing empty packets to signal flushing helps getting rid > of special cases. It does not hinder the ability to send i.e. > timing-only packets, because one can send packets with zero size and

[FFmpeg-devel] [PATCH 1/2] avcodec/avcodec: Adapt the doc of av_bsf_send_packet

2019-11-14 Thread Andreas Rheinhardt
to match its actual implementation. Explicitly allowing empty packets to signal flushing helps getting rid of special cases. It does not hinder the ability to send i.e. timing-only packets, because one can send packets with zero size and pkt->data set. Signed-off-by: Andreas Rheinhardt ---

[FFmpeg-devel] [PATCH 2/2] avformat/av1dec: Redo flushing of bsf

2019-11-14 Thread Andreas Rheinhardt
The current approach has two different calls to av_bsf_send_packet(): A normal one, sending a packet; and an extraordinary one just for flushing. These can be unified into one by making use of the newly documented fact that av_bsf_send_packet() allows to signal flushing via empty packets (i.e.

[FFmpeg-devel] [PATCH v2 2/4] avfilter/vf_lut3d: Fix for framecrc bitexact for 32bit and 64bit system

2019-11-14 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_lut3d.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index 9e820a17c9..9ba86f7238 100644 --- a/libavfilter/vf_lut3d.c +++

[FFmpeg-devel] [PATCH v2 3/4] FATE: add a test for lut1d and lut3d

2019-11-14 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- have tested with x86_64(apple darwin, linux gcc), x86_32(linux), mips tests/fate/filter-video.mak | 6 ++ tests/ref/fate/filter-pixfmts-lut1d | 24 tests/ref/fate/filter-pixfmts-lut3d | 24

[FFmpeg-devel] [PATCH v2 1/4] tests/fate-run: add pixel format endian mode parameter for pixfmts function

2019-11-14 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- tests/fate-run.sh | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index aec12c16a3..6ea0ab4f3c 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -385,6 +385,8 @@

Re: [FFmpeg-devel] [PATCH] avformat/av1dec: check return value of the av_bsf_send_packet in annexb_read_packet

2019-11-14 Thread James Almer
On 11/14/2019 7:24 AM, Steven Liu wrote: > CID: 1455685 > Signed-off-by: Steven Liu > --- > libavformat/av1dec.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavformat/av1dec.c b/libavformat/av1dec.c > index a0cad55668..7cbc7ef9bf 100644 > ---

Re: [FFmpeg-devel] [PATCH] avformat/av1dec: check return value of the av_bsf_send_packet in annexb_read_packet

2019-11-14 Thread Andreas Rheinhardt
Steven Liu: > CID: 1455685 > Signed-off-by: Steven Liu > --- > libavformat/av1dec.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavformat/av1dec.c b/libavformat/av1dec.c > index a0cad55668..7cbc7ef9bf 100644 > --- a/libavformat/av1dec.c > +++

[FFmpeg-devel] [PATCH] avformat/av1dec: check return value of the av_bsf_send_packet in annexb_read_packet

2019-11-14 Thread Steven Liu
CID: 1455685 Signed-off-by: Steven Liu --- libavformat/av1dec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/av1dec.c b/libavformat/av1dec.c index a0cad55668..7cbc7ef9bf 100644 --- a/libavformat/av1dec.c +++ b/libavformat/av1dec.c @@ -193,7 +193,11 @@