Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits

2023-01-31 Thread Paul B Mahol
On 1/31/23, Paul B Mahol wrote: > On 1/31/23, Andreas Rheinhardt wrote: >> Paul B Mahol: >>> +///< Which substream of substreams carry 16-channel presentation >>> +uint8_t extended_substream_info; >>> + >>> +///< Which substream of substreams carry 2/6/8-channel presentation >>> +

Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits

2023-01-31 Thread Paul B Mahol
On 1/31/23, Andreas Rheinhardt wrote: > Paul B Mahol: >> +///< Which substream of substreams carry 16-channel presentation >> +uint8_t extended_substream_info; >> + >> +///< Which substream of substreams carry 2/6/8-channel presentation >> +uint8_t substream_info; >> + > >

Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits

2023-01-31 Thread Andreas Rheinhardt
Paul B Mahol: > +///< Which substream of substreams carry 16-channel presentation > +uint8_t extended_substream_info; > + > +///< Which substream of substreams carry 2/6/8-channel presentation > +uint8_t substream_info; > + Sure about the '<' in ///https://ffmpeg.org/mailma

[FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits

2023-01-30 Thread Paul B Mahol
Patch attached. Fixes relative recent thd regression. From 1715a7f4b0487c9ecebfedfc796377022a85baec Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 30 Jan 2023 19:35:36 +0100 Subject: [PATCH] avcodec/mlpdec: parse and use substream info bits Signed-off-by: Paul B Mahol --- libavcodec/ml