File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 32023202 }
32033203 }
32043204 },
3205+ {
3206+ "title" : " Logo" ,
3207+ "type" : " object" ,
3208+ "additionalProperties" : false ,
3209+ "properties" : {
3210+ "type" : {
3211+ "const" : " logo" ,
3212+ "description" : " Query built-in logo for JSON output"
3213+ },
3214+ "condition" : {
3215+ "$ref" : " #/$defs/conditions"
3216+ }
3217+ }
3218+ },
32053219 {
32063220 "title" : " Media" ,
32073221 "type" : " object" ,
Original file line number Diff line number Diff line change 109109 },
110110 " tpm" ,
111111 " version" ,
112+ " logo" ,
112113 " break" ,
113114 " colors"
114115 ]
Original file line number Diff line number Diff line change 44
55typedef struct FFLogoOptions
66{
7- FFModuleArgs moduleArgs ;
87} FFLogoOptions ;
98
109static_assert (sizeof (FFLogoOptions ) <= FF_OPTION_MAX_SIZE , "FFLogoOptions size exceeds maximum allowed size" );
You can’t perform that action at this time.
0 commit comments