On Thu, Jul 4, 2024 at 9:33 PM Nicolas George <[email protected]> wrote:
> Paul B Mahol (12024-07-04):
> > Nobody sane uses text manipulation in GUIs.
>
> Then how would you do it?
>
> } else if (opt->type == AV_OPT_TYPE_COLOR) {
> create_color_picker_widget(opt);
> } else if (opt->type == AV_OPT_TYPE_DATE) {
> create_calendar_widget(opt);
> } else {
> ???
> }
>
> What do you put in the else clause when you already handled all types
> you know how to handle?
>
Application vendor will issue new free-update with handling for newly
introduced AVOption type.
>
> --
> Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".