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

2019-08-06 Thread Tomas Härdin
tis 2019-08-06 klockan 13:50 +0200 skrev Nicolas Gaullier: > Enabled by AVOption dolbyeprobe > Requires stereo > static void set_spdif(AVFormatContext *s, WAVDemuxContext *wav) > @@ -593,6 +599,10 @@ break_loop: > } else if (st->codecpar->codec_id == AV_CODEC_ID_ADPCM_MS && > st->codecpar->

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

2019-08-06 Thread Nicolas Gaullier
Enabled by AVOption dolbyeprobe Requires stereo --- libavformat/s337m.h | 1 + libavformat/wavdec.c | 41 ++--- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/libavformat/s337m.h b/libavformat/s337m.h index bfe2a5d457..0c3fbf1990 100644 --- a/