avformat/options: add missing AVOption for AVStreamGroupLCEVC

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2026-02-16 12:03:04 -03:00
parent 0878ae59f9
commit 9f9db1f673

View File

@@ -351,6 +351,8 @@ static const AVClass tile_grid_class = {
#define OFFSET(x) offsetof(AVStreamGroupLCEVC, x)
static const AVOption lcevc_options[] = {
{ "lcevc_index", "Index of the LCEVC stream within the group", OFFSET(lcevc_index),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, FLAGS },
{ "video_size", "size of video after LCEVC enhancement has been applied", OFFSET(width),
AV_OPT_TYPE_IMAGE_SIZE, { .str = NULL }, 0, INT_MAX, FLAGS },
{ NULL },