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

Paul B Mahol onemda at gmail.com
Tue Jan 31 13:35:26 EET 2023


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.
>
> - Andreas
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list