Re: [FFmpeg-devel] [PATCH] avformat/argo_asf: fix handling of v1.1 files

2020-09-06 Thread Zane van Iperen
On Sat, 05 Sep 2020 12:05:03 + "Zane van Iperen" wrote: > > Version 1.1 (FX Fighter) files all have a sample rate of 44100 > in the header, but only play back correctly at 22050. > > Force the sample rate to 22050 when reading, and restrict it > when muxing. > > Signed-off-by: Zane van Ipe

[FFmpeg-devel] [PATCH] avformat/argo_asf: fix handling of v1.1 files

2020-09-05 Thread Zane van Iperen
Version 1.1 (FX Fighter) files all have a sample rate of 44100 in the header, but only play back correctly at 22050. Force the sample rate to 22050 when reading, and restrict it when muxing. Signed-off-by: Zane van Iperen --- libavformat/argo_asf.c | 19 +-- 1 file changed, 17 i