Re: [FFmpeg-devel] [PATCH 1/4] avformat/alp: fix handling of TUN files

2020-10-24 Thread Zane van Iperen
On 23/10/20 11:44 pm, Zane van Iperen wrote: > > Sample rate is always 22050. Verified by trying various files in the game. > > Signed-off-by: Zane van Iperen > --- > libavformat/alp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Will apply soon. ___

[FFmpeg-devel] [PATCH 1/4] avformat/alp: fix handling of TUN files

2020-10-23 Thread Zane van Iperen
Sample rate is always 22050. Verified by trying various files in the game. Signed-off-by: Zane van Iperen --- libavformat/alp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/alp.c b/libavformat/alp.c index 4c2e8f0652..e1da312b8c 100644 --- a/libavformat/alp.c ++