[FFmpeg-devel] [PATCH] avformat/mpeg: better fix for MLP versus PCM-DVD misdetection

2019-10-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mpeg.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 3205f209e6..6f132aae05 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -490,6 +490,7 @@ static int

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_freezedetect: add force_discard option to force discard freeze/non-freeze frame

2019-10-01 Thread Moritz Barsnick
On Mon, Sep 30, 2019 at 23:22:18 +0800, lance.lmw...@gmail.com wrote: > +if ( s->force_discard > 0 && frozen) > +s->drop_count++; > +else if ( s->force_discard < 0 && frozen && s->drop_count < > 0) { > +s->drop_count = 0; > +

Re: [FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-10-01 Thread Moritz Barsnick
On Mon, Sep 30, 2019 at 21:36:43 +0800, lance.lmw...@gmail.com wrote: > -The printed times and duration are expressed in seconds. > +The printed times and duration are expressed in seconds. The > @code{lavfi.silence_start} > +or @code{lavfi.silence_start.X} metadata key is set on the first frame

[FFmpeg-devel] Location header to be ignored with status code 200 (and others)

2019-10-01 Thread Armin Hasitzka
Hi guys, sorry for dumping this here with HTML formatting (haven't yet figured out how to turn it off in Gmail); we ran into a weird HLS playlist today that sends a malformed location header together with a 200 status code (which is a misconfiguration on a client's system but cannot be changed).

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Jun Li
On Thu, Sep 26, 2019 at 6:07 PM Jun Li wrote: > > > On Fri, Sep 20, 2019 at 9:46 PM Jun Li wrote: > >> >> On Sat, Sep 14, 2019 at 2:06 PM Jun Li wrote: >> >>> >>> >>> On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: >>> On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: >

[FFmpeg-devel] [PATCH] FATE/dnn: fix stack buffer overflow

2019-10-01 Thread quinkblack
From: Zhao Zhili --- tests/dnn/dnn-layer-pad-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dnn/dnn-layer-pad-test.c b/tests/dnn/dnn-layer-pad-test.c index 1fb2be1590..ea8c824d1e 100644 --- a/tests/dnn/dnn-layer-pad-test.c +++ b/tests/dnn/dnn-layer-pad-test.c

Re: [FFmpeg-devel] [PATCH v1 1/6] avfilter/af_silencedetect: change parameters order for av_malllocz_array

2019-10-01 Thread Carl Eugen Hoyos
Am Mo., 30. Sept. 2019 um 15:37 Uhr schrieb : > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/af_silencedetect.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/af_silencedetect.c b/libavfilter/af_silencedetect.c > index

Re: [FFmpeg-devel] Location header to be ignored with status code 200 (and others)

2019-10-01 Thread Armin Hasitzka
Cool :) Please let me know if the attached patch works for you (tried to follow ffmpeg's code style). Armin On Tue, 1 Oct 2019 at 12:16, Carl Eugen Hoyos wrote: > Am Di., 1. Okt. 2019 um 10:32 Uhr schrieb Armin Hasitzka >: > > > sorry for dumping this here with HTML formatting (haven't yet

Re: [FFmpeg-devel] Location header to be ignored with status code 200 (and others)

2019-10-01 Thread Carl Eugen Hoyos
Am Di., 1. Okt. 2019 um 10:32 Uhr schrieb Armin Hasitzka : > sorry for dumping this here with HTML formatting (haven't yet figured out > how to turn it off in Gmail); we ran into a weird HLS playlist today that > sends a malformed location header together with a 200 status code (which is > a

Re: [FFmpeg-devel] [PATCH 1/5] avformat/electronicarts: If no packet has been read at the end do not treat it as if theres a packet

2019-10-01 Thread Peter Ross
On Tue, Oct 01, 2019 at 01:12:50AM +0200, Michael Niedermayer wrote: > Fixes: Assertion failure > Fixes: > 17770/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5700606668308480 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Carl Eugen Hoyos
Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : > > Fix #7637 > One empty/end sample is created and inserted between two caption lines when > there is a gap. > This patch is to split the sample into multiple ones when its duration is too > long (>= INT_MAX). > --- > libavformat/movenc.c

Re: [FFmpeg-devel] [PATCH v2] avformat/rtpdec_rfc4175: support non-zero based line numbers

2019-10-01 Thread Kah Goh
On Tue, Sep 24, 2019 at 10:30:38PM +0800, Kah Goh wrote: > On Wed, Sep 11, 2019 at 08:28:09PM +0200, Michael Niedermayer wrote: > > On Wed, Aug 28, 2019 at 11:12:51PM +0800, Kah Goh wrote: > > > There are differing standards that define different starting line > > > numbers. For example, VSF TR-03

Re: [FFmpeg-devel] [PATCH]lavc/opus: Create extradata if it is missing

2019-10-01 Thread Juan Navarro
This patch fixes the remuxing of OPUS audio into MP4 container, as per the issue described here: http://ffmpeg.org/pipermail/ffmpeg-user/2019-September/045274.html but introduces a regression for WEBM recordings. (Originally posted here, with attachments:

Re: [FFmpeg-devel] [PATCH v2 0/2] AltiVec/VSX fixes in swscale

2019-10-01 Thread Lauri Kasanen
Hi, I'll apply these in a couple days if no objections. Works ok in my tests. - Lauri ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH 1/5] avformat/electronicarts: If no packet has been read at the end do not treat it as if theres a packet

2019-10-01 Thread Michael Niedermayer
On Tue, Oct 01, 2019 at 10:23:08PM +1000, Peter Ross wrote: > On Tue, Oct 01, 2019 at 01:12:50AM +0200, Michael Niedermayer wrote: > > Fixes: Assertion failure > > Fixes: > > 17770/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5700606668308480 > > > > Found-by: continuous fuzzing process

[FFmpeg-devel] [PATCH] avformat/ivfenc: Encode the number of frames

2019-10-01 Thread Raphaël Zumer
Signed-off-by: Raphaël Zumer --- libavformat/ivfenc.c | 3 ++- libavformat/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index adf72117e9..54327f5025 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@

[FFmpeg-devel] (no subject)

2019-10-01 Thread Raphaël Zumer
The IVF format includes a 4-byte field for the number of frames. I could not find a specification to cite, but for example, the Chromium IVF parser handles this field. Please see: https://chromium.googlesource.com/chromium/src/media/+/master/filters/ivf_parser.h

Re: [FFmpeg-devel] [PATCH] avformat/ivfenc: Encode the number of frames

2019-10-01 Thread Carl Eugen Hoyos
Am Di., 1. Okt. 2019 um 16:59 Uhr schrieb Raphaël Zumer : > > Signed-off-by: Raphaël Zumer > --- > libavformat/ivfenc.c | 3 ++- > libavformat/version.h | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c > index

Re: [FFmpeg-devel] [PATCH] avformat/ivfenc: Encode the number of frames

2019-10-01 Thread James Almer
On 10/1/2019 11:59 AM, Raphaël Zumer wrote: > Signed-off-by: Raphaël Zumer > --- > libavformat/ivfenc.c | 3 ++- > libavformat/version.h | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c > index adf72117e9..54327f5025 100644

[FFmpeg-devel] [PATCH] avformat/matroskaenc: use r_frame_rate as fallback to set a track's DefaultDuration

2019-10-01 Thread James Almer
Signed-off-by: James Almer --- libavformat/matroskaenc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index a64ffdb690..37706e56c7 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -1311,6 +1311,9 @@ static

Re: [FFmpeg-devel] [PATCH 4/5] avcodec/fitsdec: Use lrint()

2019-10-01 Thread Michael Niedermayer
On Mon, Sep 30, 2019 at 10:30:59PM -0300, James Almer wrote: > On 9/30/2019 1:30 PM, Michael Niedermayer wrote: > > Fixes: -nan is outside the range of representable values of type 'unsigned > > short' > > From lrint documentation: > > "If x is a NaN or an infinity, or the rounded value is too

[FFmpeg-devel] [PATCH 2/3] avformat/aiffenc: Fix potential memleak upon failure

2019-10-01 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/aiffenc.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavformat/aiffenc.c b/libavformat/aiffenc.c index dd8b8c3d01..0b837cd264 100644 --- a/libavformat/aiffenc.c +++ b/libavformat/aiffenc.c @@ -235,7 +235,7 @@

[FFmpeg-devel] [PATCH 3/3] avformat/aiffenc: Remove wrong and redundant check

2019-10-01 Thread Andreas Rheinhardt
The check "if (!pb->seekable & AVIO_SEEKABLE_NORMAL)" is wrong, because ! has higher precendence than &. But it is also redundant, because this part of the code is only ever reached when the AVIO_SEEKABLE_NORMAL flag is set for pb. So simply remove the check. Signed-off-by: Andreas Rheinhardt

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Jun Li
On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos wrote: > Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : > > > > Fix #7637 > > One empty/end sample is created and inserted between two caption lines > when there is a gap. > > This patch is to split the sample into multiple ones when its

Re: [FFmpeg-devel] [PATCH] avcodec/tiff: correct the default value of YCbCrSubsampling

2019-10-01 Thread Skakov Pavel
TIFF decoder uses wrong default YCbCrSubsampling value so it breaks on files that rely on standard default and omit the value. This patch broke fate-exif-image-tiff and fate-lavf-tiff. Patch updated, fixed one more error in code: rps check used subsampling even for non-subsampled formats.

[FFmpeg-devel] [PATCH 1/3] avformat/aiffenc: Use standard packet list functions

2019-10-01 Thread Andreas Rheinhardt
Up until now, aiffenc didn't rely on the standard functions for adding an element to a linked list and freeing the list, but instead reimplemented them. This has been changed. Signed-off-by: Andreas Rheinhardt --- libavformat/aiffenc.c | 33 - 1 file changed, 4

[FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Raphaël Zumer
Signed-off-by: Raphaël Zumer --- libavformat/ivfdec.c | 3 ++- libavformat/ivfenc.c | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libavformat/ivfdec.c b/libavformat/ivfdec.c index 40ae464b76..2fdb6f5a04 100644 --- a/libavformat/ivfdec.c +++ b/libavformat/ivfdec.c @@

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Calvin Walton
On Tue, 2019-10-01 at 21:41 +0200, Carl Eugen Hoyos wrote: > Am Di., 1. Okt. 2019 um 21:35 Uhr schrieb Raphaël Zumer < > rzu...@tebako.net>: > > On Tue, 2019-10-01 at 20:09 +0100, Derek Buitenhuis wrote: > > > On 01/10/2019 18:25, James Almer wrote: > > > > The value in the unused field will be

Re: [FFmpeg-devel] [PATCH]lavfi/movie: Use filter threads as decoding threads

2019-10-01 Thread Carl Eugen Hoyos
Am So., 25. Aug. 2019 um 18:43 Uhr schrieb Carl Eugen Hoyos : > > Am So., 25. Aug. 2019 um 18:38 Uhr schrieb James Almer : > > > > On 8/25/2019 1:27 PM, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch should fix ticket #7542. > > > > > > Please comment, Carl Eugen > > > > > > > > >

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Raphaël Zumer
On Tue, 2019-10-01 at 20:09 +0100, Derek Buitenhuis wrote: > On 01/10/2019 18:25, James Almer wrote: > > The value in the unused field will be 0x after this change > > instead of 0, since you're writing 32 bits as duration instead of > > 64 > > where the high 32 bits (corresponding to the

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread James Almer
On 10/1/2019 3:11 PM, Gyan wrote: > > > On 01-10-2019 11:26 PM, Calvin Walton wrote: >> The ffmpeg code read and wrote a 64bit duration field (in timebase >> units) in the ivf >> header, where the libvpx and chromium code instead use a 32bit frame >> count field, and >> then 32bits of unused

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Raphaël Zumer
This is a superset of my patch(es). It should match the behavior of libvpx more closely, but the validity of the change from duration to number of frames depends on your interpretation of the reference implementation, which comments the field as "length". On Tue, 2019-10-01 at 23:41 +0530, Gyan

Re: [FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored

2019-10-01 Thread Lou Logan
On Sat, Sep 28, 2019, at 5:04 PM, myp...@gmail.com wrote: > > LGTM Pushed 61b7676bd5a6ae79e4a607a600d3741c84ec6d8a ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_freezedetect: add force_discard option to force discard freeze/non-freeze frame

2019-10-01 Thread Marton Balint
On Mon, 30 Sep 2019, lance.lmw...@gmail.com wrote: From: Limin Wang How to tested it, please try with the following command: ./ffmpeg -f lavfi -i "smptebars=duration=5:size=1280x720:rate=30,freezedetect=d=1:f=0" -f null - frame= 150 fps=0.0 q=-0.0 Lsize=N/A time=00:00:05.00 bitrate=N/A

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread James Almer
On 10/1/2019 2:05 PM, Raphaël Zumer wrote: > Signed-off-by: Raphaël Zumer > --- > libavformat/ivfdec.c | 3 ++- > libavformat/ivfenc.c | 5 +++-- > 2 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/libavformat/ivfdec.c b/libavformat/ivfdec.c > index 40ae464b76..2fdb6f5a04 100644

Re: [FFmpeg-devel] [PATCH]lavf/avio: Print https warning also for avio_find_protocol_name()

2019-10-01 Thread Carl Eugen Hoyos
Am Do., 26. Sept. 2019 um 03:48 Uhr schrieb Liu Steven : > > > > > 在 2019年9月25日,下午8:11,Carl Eugen Hoyos 写道: > > > > Am Mi., 25. Sept. 2019 um 11:35 Uhr schrieb Carl Eugen Hoyos > > : > >> > >> Hi! > >> > >> Attached patch helps users fixing ticket #8197. > > LGTM Patch applied. Thank you, Carl

[FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Calvin Walton
The ffmpeg code read and wrote a 64bit duration field (in timebase units) in the ivf header, where the libvpx and chromium code instead use a 32bit frame count field, and then 32bits of unused (reserved?) space. Switch ffmpeg to match the behaviour of libvpx & chromium. Note that libvpx writes

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread James Almer
On 10/1/2019 2:56 PM, Calvin Walton wrote: > The ffmpeg code read and wrote a 64bit duration field (in timebase units) in > the ivf > header, where the libvpx and chromium code instead use a 32bit frame count > field, and > then 32bits of unused (reserved?) space. > > Switch ffmpeg to match the

[FFmpeg-devel] [PATCH] Fix gas-preprocessor to translate .rdata sections for armasm and armasm64

2019-10-01 Thread Lukas Fellechner
Compiling FFmpeg with gas-preprocessor.pl and armasm or armasm64 fails since FFmpeg 4.2. New .rdata sections have been added in ARM NEON assembly code (e.g. libavutil/aarch64/asm.S). This fix allows gas-preprocessor to translate those sections to armasm compatible code. Gas-preprocessor is

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Derek Buitenhuis
On 01/10/2019 18:25, James Almer wrote: > The value in the unused field will be 0x after this change > instead of 0, since you're writing 32 bits as duration instead of 64 > where the high 32 bits (corresponding to the unused field) are zeroed. > That means the ivf demuxer prior to this

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Calvin Walton
On Tue, 2019-10-01 at 13:56 -0400, Calvin Walton wrote: > The ffmpeg code read and wrote a 64bit duration field (in timebase > units) in the ivf > header, where the libvpx and chromium code instead use a 32bit frame > count field, and > then 32bits of unused (reserved?) space. > > Switch ffmpeg

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Gyan
On 01-10-2019 11:53 PM, James Almer wrote: On 10/1/2019 3:11 PM, Gyan wrote: On 01-10-2019 11:26 PM, Calvin Walton wrote: The ffmpeg code read and wrote a 64bit duration field (in timebase units) in the ivf header, where the libvpx and chromium code instead use a 32bit frame count field,

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Calvin Walton
On Tue, 2019-10-01 at 15:26 -0300, James Almer wrote: > On 10/1/2019 2:56 PM, Calvin Walton wrote: > > libavformat/ivfdec.c | 3 ++- > > libavformat/ivfenc.c | 11 --- > > 2 files changed, 6 insertions(+), 8 deletions(-) > > > > diff --git a/libavformat/ivfdec.c b/libavformat/ivfdec.c >

Re: [FFmpeg-devel] [PATCH]lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new

2019-10-01 Thread Carl Eugen Hoyos
Am So., 25. Aug. 2019 um 17:48 Uhr schrieb James Almer : > > On 8/25/2019 11:55 AM, Carl Eugen Hoyos wrote: > > Am So., 25. Aug. 2019 um 16:15 Uhr schrieb Carl Eugen Hoyos > > : > >> Hi! > >> > >> x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE > >> is ok with new libx264. >

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Raphaël Zumer
Thank you for the review. I have left the encoded value as 64 bits and split the patch into two in the v2 just sent: one for the decoder change in field size, and one for the encoder comments. On Tue, 2019-10-01 at 14:25 -0300, James Almer wrote: > On 10/1/2019 2:05 PM, Raphaël Zumer wrote: > >

Re: [FFmpeg-devel] [PATCH] ivfdec/ivfenc: Match behaviour of libvpx and chromium

2019-10-01 Thread Gyan
On 01-10-2019 11:26 PM, Calvin Walton wrote: The ffmpeg code read and wrote a 64bit duration field (in timebase units) in the ivf header, where the libvpx and chromium code instead use a 32bit frame count field, and then 32bits of unused (reserved?) space. Switch ffmpeg to match the

Re: [FFmpeg-devel] [PATCH] avformat/ivf: Change the length field to 32 bits

2019-10-01 Thread Carl Eugen Hoyos
Am Di., 1. Okt. 2019 um 21:35 Uhr schrieb Raphaël Zumer : > > On Tue, 2019-10-01 at 20:09 +0100, Derek Buitenhuis wrote: > > On 01/10/2019 18:25, James Almer wrote: > > > The value in the unused field will be 0x after this change > > > instead of 0, since you're writing 32 bits as duration

[FFmpeg-devel] Various build errors with armasm64 and armasm after update to FFmpeg 4.2

2019-10-01 Thread Lukas Fellechner
Hi there, TL;DR: Lots of compile errors when building FFmpeg 4.2 ARM/NEON Code through gas-preprocessor and armasm(64). Build target is Windows (UWP) ARM and ARM64. X86 and X64 targets are building fine. Long Version: I am building FFmpeg with an MSYS2 environment where ARM/NEON assembly

[FFmpeg-devel] [PATCH v2 2/2] avformat/ivfenc: Comment the length field encoding process

2019-10-01 Thread Raphaël Zumer
Signed-off-by: Raphaël Zumer --- libavformat/ivfenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index adf72117e9..ae461a872b 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -53,7 +53,7 @@ static int

[FFmpeg-devel] [PATCH v2 1/2] avformat/ivfdec: Change the length field to 32 bits

2019-10-01 Thread Raphaël Zumer
Signed-off-by: Raphaël Zumer --- libavformat/ivfdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/ivfdec.c b/libavformat/ivfdec.c index 40ae464b76..4a802573e7 100644 --- a/libavformat/ivfdec.c +++ b/libavformat/ivfdec.c @@ -53,7 +53,8 @@ static int

Re: [FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored

2019-10-01 Thread Carl Eugen Hoyos
Am Sa., 28. Sept. 2019 um 00:52 Uhr schrieb Lou Logan : > > Signed-off-by: Lou Logan > --- > fftools/cmdutils.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c > index 6f4031fbb9..84f98b7c04 100644 > --- a/fftools/cmdutils.c >