Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/isom: update mov_mdhd_language_map

2020-07-04 Thread Marton Balint
On Sat, 4 Jul 2020, Zhao Zhili wrote: On Jul 4, 2020, at 2:29 AM, Marton Balint wrote: On Sat, 27 Jun 2020, Zhao Zhili wrote: This is a map from 'Macintosh Language Codes' to 'ISO639-2/T'. Some items in the map were ISO639-2/B, some were ISO639-1. FFMpeg is using ISO639-2/B for lang

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/isom: update mov_mdhd_language_map

2020-07-04 Thread Zhao Zhili
> On Jul 4, 2020, at 2:29 AM, Marton Balint wrote: > > > > On Sat, 27 Jun 2020, Zhao Zhili wrote: > >> This is a map from 'Macintosh Language Codes' to 'ISO639-2/T'. Some items >> in the map were ISO639-2/B, some were ISO639-1. > > FFMpeg is using ISO639-2/B for language metadata according

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/isom: update mov_mdhd_language_map

2020-07-03 Thread Marton Balint
On Sat, 27 Jun 2020, Zhao Zhili wrote: This is a map from 'Macintosh Language Codes' to 'ISO639-2/T'. Some items in the map were ISO639-2/B, some were ISO639-1. FFMpeg is using ISO639-2/B for language metadata according to docs. So if you change these tables, some functions relying on that

[FFmpeg-devel] [PATCH v2 2/3] avformat/isom: update mov_mdhd_language_map

2020-06-27 Thread Zhao Zhili
This is a map from 'Macintosh Language Codes' to 'ISO639-2/T'. Some items in the map were ISO639-2/B, some were ISO639-1. --- libavformat/isom.c | 50 +++--- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/libavformat/isom.c b/libavformat/iso