Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/mvdec: handle audio sample size

2021-12-03 Thread Peter Ross
On Wed, Dec 01, 2021 at 04:18:42PM +1100, Peter Ross wrote: > On Sat, Nov 27, 2021 at 04:45:51PM -0500, John-Paul Stewart wrote: > > Adds support for reading audio sample size from the data instead of > > assuming all audio is 16 bits per sample. > > --- > > libavformat/mvdec.c | 18 ++

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/mvdec: handle audio sample size

2021-11-30 Thread Peter Ross
On Sat, Nov 27, 2021 at 04:45:51PM -0500, John-Paul Stewart wrote: > Adds support for reading audio sample size from the data instead of > assuming all audio is 16 bits per sample. > --- > libavformat/mvdec.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff --g