From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 85C1D490EC for ; Sat, 3 Feb 2024 16:01:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 67B1D68D125; Sat, 3 Feb 2024 18:01:20 +0200 (EET) Received: from mail-pg1-f180.google.com (mail-pg1-f180.google.com [209.85.215.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F41D768C9F6 for ; Sat, 3 Feb 2024 18:01:13 +0200 (EET) Received: by mail-pg1-f180.google.com with SMTP id 41be03b00d2f7-5cdbc42f5efso956456a12.0 for ; Sat, 03 Feb 2024 08:01:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706976072; x=1707580872; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ewuz+ZeTUwdAlLAQxQpYfquFus9nkHsKajDmTP24OkA=; b=Ql2v5hVKqHWO3BkJHeHcT6ZNLhjOIh1pl6FrtxA+uSdX/Z1+DvazfZiLOzh5X0Rly+ x//w/QLB1Ayu5+ZmiffXHcXFfoT5HS7WohxFGB59KmZ853RnhF6ZyJdJUOUsMAZoWVA+ qnFrKIP7JG8YC6SzJ76EFy8id4v9rD0V/0HzjiK9Te9daFKiWSkA6IAybHEMowxpu+Zq 2jfGD8MXCCx33zRrMfp71DYkG5NDVV1OlkJxXPhdMExudvIO06Zl2Th+IsJHTCgAjGdM ZM7WsmP6X/WRnoywpa4dnWUsdTr+05ZRWaV5LM+JvuGoAaZ+cDezvcPwJZNXl0cucpCl AUKA== X-Gm-Message-State: AOJu0YxiBHZN3G2mc2qhyXKhLBdxorWHsC49vxqsXNfvJKduufe0S97B REEHqncNFmhLtqWiQtB4UK8d5kwLVerHO21gOoEhWf6tr2mbIAmAclYM97PRG8ogIXJ6/WVfPVU OXV66EPxEwoL1+HkqcsM+Oj/RYo5RhauJJRfAsRoO0+lpiEzo X-Google-Smtp-Source: AGHT+IH3k3VEtzv8OxvPch0+XyiNrV8kwd5H2C1QmmgALOrtGXRRyGS584cGRNmFkQeOGrQh2r0kyr1HlzoQ0IR8drs= X-Received: by 2002:a05:6a20:7485:b0:19e:5deb:18bb with SMTP id p5-20020a056a20748500b0019e5deb18bbmr1559291pzd.4.1706976071925; Sat, 03 Feb 2024 08:01:11 -0800 (PST) MIME-Version: 1.0 References: <20240124020318.802247-1-marth64@proxyid.net> In-Reply-To: From: Marth64 Date: Sat, 3 Feb 2024 10:01:01 -0600 Message-ID: To: FFmpeg development discussions and patches , Marth64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avformat/avlanguage: add the 6 deprecated DVD languages X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Thank you Stefano. Respectfully, On Sat, Feb 3, 2024 at 05:57 Stefano Sabatini wrote: > On date Sunday 2024-01-28 23:27:10 +0100, Stefano Sabatini wrote: > > On date Tuesday 2024-01-23 20:03:19 -0600, Marth64 wrote: > > > There are 6 deprecated ISO language codes that are still valid for > DVDs. > > > This patch allows avlanguage to recognize them correctly. The codes > are: > > > (1) "in" - legacy code for Indonesian, mapped to the modern code > > > (2) "iw" - legacy code for Hebrew, mapped to the modern code > > > (3) "ji" - legacy code for Yiddish, mapped to the modern code > > > (4) "jw" - legacy code for Javanese, published and used as a typoed > version of "jv" > > > (5) "mo" - legacy code for Moldavian, mapped to the inclusive code > > > (6) "sh" - legacy code for Serbo-Croatian, no modern inclusive code so > it is left alone > > > > > > All of this can be verified from several sources including: > > > https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes > > > > > > I split this off from the DVD demuxer patch to simplify it a bit. > > > Sent with git send-email and passes fate, pls let me know if there are > issues. > > > > > > Thank you, > > > > > > Signed-off-by: Marth64 > > > --- > > > libavformat/avlanguage.c | 10 ++++++++-- > > > 1 file changed, 8 insertions(+), 2 deletions(-) > > > > LGTM, will apply in a few days if I see no comments. > > Applied, thanks again. > _______________________________________________ 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".