* [FFmpeg-devel] [PATCH] libavformat/isom: Add more language mappings
@ 2022-04-27 11:00 Ivan Baykalov
2022-06-07 4:59 ` Ivan Baykalov
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Baykalov @ 2022-04-27 11:00 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Ivan Baykalov
mov_mdhd_language_map table doesn't contain ISO 639 codes for some of
the languages. I added a few which have no contradictory mappings
Fixes ticket #9743
---
libavformat/isom.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index e6569dfb68..2bc240ed5c 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -119,9 +119,9 @@ static const char mov_mdhd_language_map[][4] = {
"hun", /* 26 Hungarian */
"est", /* 27 Estonian */
"lav", /* 28 Latvian */
- "", /* 29 Sami */
+ "smi", /* 29 Sami */
"fo ", /* 30 Faroese */
- "", /* 31 Farsi */
+ "per", /* 31 Farsi */
"rus", /* 32 Russian */
"chi", /* 33 Simplified Chinese */
"", /* 34 Flemish */
@@ -166,7 +166,7 @@ static const char mov_mdhd_language_map[][4] = {
"kan", /* 73 Kannada */
"tam", /* 74 Tamil */
"tel", /* 75 Telugu */
- "", /* 76 Sinhala */
+ "sin", /* 76 Sinhala */
"bur", /* 77 Burmese */
"khm", /* 78 Khmer */
"lao", /* 79 Lao */
@@ -180,9 +180,9 @@ static const char mov_mdhd_language_map[][4] = {
"orm", /* 87 Oromo */
"som", /* 88 Somali */
"swa", /* 89 Swahili */
- "", /* 90 Kinyarwanda */
+ "kin", /* 90 Kinyarwanda */
"run", /* 91 Rundi */
- "", /* 92 Nyanja */
+ "nya", /* 92 Nyanja */
"mlg", /* 93 Malagasy */
"epo", /* 94 Esperanto */
"", /* 95 */
--
2.35.1
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] libavformat/isom: Add more language mappings
2022-04-27 11:00 [FFmpeg-devel] [PATCH] libavformat/isom: Add more language mappings Ivan Baykalov
@ 2022-06-07 4:59 ` Ivan Baykalov
2022-06-07 9:12 ` Anton Khirnov
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Baykalov @ 2022-06-07 4:59 UTC (permalink / raw)
To: ffmpeg-devel
Ping
ср, 27 апр. 2022 г. в 18:00, Ivan Baykalov <4rusxg@gmail.com>:
> mov_mdhd_language_map table doesn't contain ISO 639 codes for some of
> the languages. I added a few which have no contradictory mappings
>
> Fixes ticket #9743
> ---
> libavformat/isom.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/isom.c b/libavformat/isom.c
> index e6569dfb68..2bc240ed5c 100644
> --- a/libavformat/isom.c
> +++ b/libavformat/isom.c
> @@ -119,9 +119,9 @@ static const char mov_mdhd_language_map[][4] = {
> "hun", /* 26 Hungarian */
> "est", /* 27 Estonian */
> "lav", /* 28 Latvian */
> - "", /* 29 Sami */
> + "smi", /* 29 Sami */
> "fo ", /* 30 Faroese */
> - "", /* 31 Farsi */
> + "per", /* 31 Farsi */
> "rus", /* 32 Russian */
> "chi", /* 33 Simplified Chinese */
> "", /* 34 Flemish */
> @@ -166,7 +166,7 @@ static const char mov_mdhd_language_map[][4] = {
> "kan", /* 73 Kannada */
> "tam", /* 74 Tamil */
> "tel", /* 75 Telugu */
> - "", /* 76 Sinhala */
> + "sin", /* 76 Sinhala */
> "bur", /* 77 Burmese */
> "khm", /* 78 Khmer */
> "lao", /* 79 Lao */
> @@ -180,9 +180,9 @@ static const char mov_mdhd_language_map[][4] = {
> "orm", /* 87 Oromo */
> "som", /* 88 Somali */
> "swa", /* 89 Swahili */
> - "", /* 90 Kinyarwanda */
> + "kin", /* 90 Kinyarwanda */
> "run", /* 91 Rundi */
> - "", /* 92 Nyanja */
> + "nya", /* 92 Nyanja */
> "mlg", /* 93 Malagasy */
> "epo", /* 94 Esperanto */
> "", /* 95 */
> --
> 2.35.1
>
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-07 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 11:00 [FFmpeg-devel] [PATCH] libavformat/isom: Add more language mappings Ivan Baykalov
2022-06-07 4:59 ` Ivan Baykalov
2022-06-07 9:12 ` Anton Khirnov
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git