On Fri, Jul 29, 2022 at 11:23 AM Andreas Rheinhardt <[email protected]> wrote: > > String literals are allowed to be deduplicated (and toolchains > are already capable of doing so), yet the same is not allowed > for named arrays (even when they contain strings). Therefore > use a const char *const pointing to an unnamed string literal > for ttml_default_namespacing. >
Reminded myself how this variable was being utilized, LGTM. Jan _______________________________________________ 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".
