Re: [FFmpeg-devel] [PATCH 3/5] avcodec/adpcm_swf: set block_align when encoding

2020-10-19 Thread Anton Khirnov
Quoting Zane van Iperen (2020-10-16 08:22:41) > Allows it to be muxed to WAVs. > > Signed-off-by: Zane van Iperen > --- > libavcodec/adpcmenc.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Looks sane -- Anton Khirnov ___ ffmpeg-devel

[FFmpeg-devel] [PATCH 3/5] avcodec/adpcm_swf: set block_align when encoding

2020-10-15 Thread Zane van Iperen
Allows it to be muxed to WAVs. Signed-off-by: Zane van Iperen --- libavcodec/adpcmenc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c index 24bd31c4a9..00c7df3cd1 100644 --- a/libavcodec/adpcmenc.c +++ b/libavcodec/adpcmenc