[FFmpeg-devel] [PATCH 09/13] avformat: add an LCEVC stream group
Anton Khirnov
anton at khirnov.net
Mon Sep 9 14:33:12 EEST 2024
Quoting James Almer (2024-09-08 15:26:51)
> On 9/6/2024 8:44 AM, Anton Khirnov wrote:
> > Quoting James Almer (2024-08-31 18:31:10)
> >> +typedef struct AVStreamGroupLCEVC {
> >> + const AVClass *av_class;
> >> +
> >> + /**
> >> + * Width of the final stream for presentation.
> >> + */
> >> + int width;
> >> + /**
> >> + * Height of the final image for presentation.
> >> + */
> >> + int height;
> >
> > What's the point of exporting these separately when they are the same as
> > the enhancement AVStream's dimensions?
>
> The enhancement stream is of data type, so width/height are undefined in
> it. Hence including these here.
Why not define them then? Seems simpler and more straightforward to me.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list