[FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Tue Jan 31 13:27:15 EET 2023
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 ///<.
- Andreas
More information about the ffmpeg-devel
mailing list