Re: [FFmpeg-devel] [PATCH] avformat/xwma: fix WMAv2 with incorrect bit rate

2018-10-17 Thread Paul B Mahol
On 10/4/18, Paul B Mahol wrote: > On 10/3/18, bananaman...@gmail.com wrote: >> From: bnnm >> >> Fixes trac issue #7215 >> >> Output for files created by xWMAEncode and various videogames is correct >> now. >> >> 1ch 32000hz files are still broken, would need fixes in WMA decoder. >> >> Signed-of

Re: [FFmpeg-devel] [PATCH] avformat/xwma: fix WMAv2 with incorrect bit rate

2018-10-04 Thread Paul B Mahol
On 10/3/18, bananaman...@gmail.com wrote: > From: bnnm > > Fixes trac issue #7215 > > Output for files created by xWMAEncode and various videogames is correct > now. > > 1ch 32000hz files are still broken, would need fixes in WMA decoder. > > Signed-off-by: bnnm > --- > libavformat/xwma.c | 38

[FFmpeg-devel] [PATCH] avformat/xwma: fix WMAv2 with incorrect bit rate

2018-10-03 Thread bananaman255
From: bnnm Fixes trac issue #7215 Output for files created by xWMAEncode and various videogames is correct now. 1ch 32000hz files are still broken, would need fixes in WMA decoder. Signed-off-by: bnnm --- libavformat/xwma.c | 38 +++--- 1 file changed, 31 inse