Re: [FFmpeg-devel] [PATCH] libavformat: IEC61937_EAC3 decoding support

2021-04-09 Thread James Almer
On 4/9/2021 11:41 AM, Denis Shulyaka wrote: Hi, How do I ask someone to review the patch? I am concerned if I submitted the PR correctly. Best regards, Denis Shulyaka For some reason your patch referenced another unrelated email, and so mail clients that display threaded discussions list it

Re: [FFmpeg-devel] [PATCH] libavformat: IEC61937_EAC3 decoding support

2021-04-09 Thread Denis Shulyaka
Hi, How do I ask someone to review the patch? I am concerned if I submitted the PR correctly. Best regards, Denis Shulyaka вт, 16 мар. 2021 г. в 20:59, Denis Shulyaka : > This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). > > Signed-off-by: Denis Shulyaka > --- >

[FFmpeg-devel] [PATCH] libavformat: IEC61937_EAC3 decoding support

2021-03-16 Thread Denis Shulyaka
This patch adds support to decode IEC61937_EAC3 (aka dolby digital plus). Signed-off-by: Denis Shulyaka --- libavformat/spdifdec.c | 47 ++ 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c