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

Paul B Mahol onemda at gmail.com
Tue Jan 31 17:04:51 EET 2023


On 1/31/23, Paul B Mahol <onemda at gmail.com> wrote:
> On 1/31/23, Andreas Rheinhardt <andreas.rheinhardt at outlook.com> 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;
>>> +
>>
>> Sure about the '<' in ///<? I thought this means that the comment
>> applies to the entity directly before the ///<.
>
> I copied from other lines.

Will apply with this fixed.


More information about the ffmpeg-devel mailing list