mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 12:50:49 +08:00
avformat/options: add missing AVOption for AVStreamGroupLCEVC
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user