[FFmpeg-devel] [PATCH] avformat/msf: fix codec 4 (joint stereo ATRAC3) and align
Banana M.
bananaman255 at gmail.com
Mon Jan 30 18:15:38 EET 2017
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 enough about FATE to set up tests of my own.
2017-01-30 13:04 GMT+01:00 Paul B Mahol <onemda at gmail.com>:
> On 1/30/17, bananaman255 at gmail.com <bananaman255 at gmail.com> wrote:
> > From: bnnm <bananaman255 at gmail.com>
> >
> > 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 <bananaman255 at gmail.com>
> > ---
> > libavformat/msf.c | 13 ++++++-------
> > 1 file changed, 6 insertions(+), 7 deletions(-)
>
> Are you sure this doesn't break any msf files?
>
More information about the ffmpeg-devel
mailing list