]> git.sesse.net Git - ffmpeg/commit
avformat/argo_asf: fix handling of v1.1 files
authorZane van Iperen <zane@zanevaniperen.com>
Sat, 5 Sep 2020 11:30:12 +0000 (21:30 +1000)
committerZane van Iperen <zane@zanevaniperen.com>
Mon, 7 Sep 2020 03:13:33 +0000 (13:13 +1000)
commitd2f7b399149f725138f5551ae980e755596d527c
treed6e92f499ed23abce18b2ab61a7ae989ea295a04
parent5c2c35da12127a87cc33ed8d85305406a0e56801
avformat/argo_asf: fix handling of v1.1 files

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.
libavformat/argo_asf.c