Changeset 879eed55 in ffmpeg
- Timestamp:
-
Jul 30, 2022, 8:08:57 PM
(2 years ago)
- Author:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- Branches:
- master
- Children:
- 92e70286
- Parents:
- 6ca16906
- git-author:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (07/29/22 06:43:55)
- git-committer:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (07/30/22 20:08:57)
- Message:
-
avcodec/ttmlenc: Deduplicate ttml_default_namespacing string
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.
Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
(No files)
-