Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-09-28 Thread Denis Shulyaka
Hi all, This is a kind reminder. Best regards, Denis Shulyaka ср, 16 июн. 2021 г. в 02:07, Denis Shulyaka : > Sorry for not giving the proper description! Here it is: > The spdif is based on blocks with fixed length, each block starts with a > sync word. It matters how many sync words we find d

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Denis Shulyaka
Sorry for not giving the proper description! Here it is: The spdif is based on blocks with fixed length, each block starts with a sync word. It matters how many sync words we find during probe and whether we find them in expected place. The SPDIF_MAX_OFFSET constant is the maximum supported block s

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Hendrik Leppkes
On Tue, Jun 15, 2021 at 12:52 PM Denis Shulyaka wrote: > > Hi! How do I ask for a review? I am new here. > A short explanation of what the problem is and why this change fixes it would help us to understand and evaluate the patch - and generally makes for better patches, as any future reader will

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Carl Eugen Hoyos
Am So., 11. Apr. 2021 um 15:56 Uhr schrieb Denis Shulyaka : > > This patch fixes the detection score for spdif (IEC61937). > > Signed-off-by: Denis Shulyaka > --- > libavformat/spdifdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/spdifdec.c b/libavformat

Re: [FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-06-15 Thread Denis Shulyaka
Hi! How do I ask for a review? I am new here. вс, 11 апр. 2021 г. в 16:56, Denis Shulyaka : > This patch fixes the detection score for spdif (IEC61937). > > Signed-off-by: Denis Shulyaka > --- > libavformat/spdifdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/liba

[FFmpeg-devel] [PATCH] Fix SPDIF detection score

2021-04-11 Thread Denis Shulyaka
This patch fixes the detection score for spdif (IEC61937). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c index 1808fa9d65..05c155f49c 100644 --- a/libavformat/spdifdec.c