Re: [FFmpeg-devel] [PATCH] avformat/msf: fix codec 4 (joint stereo ATRAC3) and align

2017-01-30 Thread Paul B Mahol
On 1/30/17, Banana M. wrote: > It should work with all proper MSF. > Here is my test suite, which includes most MSF variations (including some > not yet supported by FFmpeg) > https://www.sendspace.com/file/omvv8s > For example, there is no 1ch ATRAC3-codec4 test MSF because the encoder > only out

Re: [FFmpeg-devel] [PATCH] avformat/msf: fix codec 4 (joint stereo ATRAC3) and align

2017-01-30 Thread Banana M.
It should work with all proper MSF. Here is my test suite, which includes most MSF variations (including some not yet supported by FFmpeg) https://www.sendspace.com/file/omvv8s For example, there is no 1ch ATRAC3-codec4 test MSF because the encoder only outputs joint stereo I'm afraid I don't know

Re: [FFmpeg-devel] [PATCH] avformat/msf: fix codec 4 (joint stereo ATRAC3) and align

2017-01-30 Thread Paul B Mahol
On 1/30/17, bananaman...@gmail.com wrote: > From: bnnm > > Codec 4 (frame size 98) uses joint stereo per spec and examples. > Also removed an incorrect "align" var which wasn't used anyway (it was > overwrittern). > > Probably all/only .AT3 of frame size 98 are JS, too. > > Signed-off-by: bnnm >

[FFmpeg-devel] [PATCH] avformat/msf: fix codec 4 (joint stereo ATRAC3) and align

2017-01-30 Thread bananaman255
From: bnnm Codec 4 (frame size 98) uses joint stereo per spec and examples. Also removed an incorrect "align" var which wasn't used anyway (it was overwrittern). Probably all/only .AT3 of frame size 98 are JS, too. Signed-off-by: bnnm --- libavformat/msf.c | 13 ++--- 1 file changed,