Re: [FFmpeg-devel] [PATCH 5/9] avformat/wavdec: s337m support

2020-01-12 Thread Tomas Härdin
fre 2020-01-03 klockan 16:56 +0100 skrev Nicolas Gaullier: > Add s337m probing/reading similarly to spdif. > Add a new AVOption 'dolbyeprobe' to enable it. > --- > libavformat/wavdec.c | 23 +++ > 1 file changed, 19 insertions(+), 4 deletions(-) > > -static void set_spdif(AVF

[FFmpeg-devel] [PATCH 5/9] avformat/wavdec: s337m support

2020-01-03 Thread Nicolas Gaullier
Add s337m probing/reading similarly to spdif. Add a new AVOption 'dolbyeprobe' to enable it. --- libavformat/wavdec.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c index 575c667452..2796905e1f 100644 --- a/l