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 827D44706A for ; Sat, 26 Aug 2023 06:40:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B347668C579; Sat, 26 Aug 2023 09:40:23 +0300 (EEST) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B23B968C3C4 for ; Sat, 26 Aug 2023 09:40:16 +0300 (EEST) Received: by mail-qk1-f172.google.com with SMTP id af79cd13be357-76ef653af2eso96012685a.0 for ; Fri, 25 Aug 2023 23:40:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1693032014; x=1693636814; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=N81zqVCaQRKpJ3vdetNkLjP0P27VYNWSrdTfRgcz+7A=; b=mSe/b1xPfygY+pCqmidVHdMGuNm1z59x3nMi3mO6KgVKPhDH7VF0Y5NdPcV/YE7N8J BcrgFd+L8ShSWEq7M/hdLmRxNWfkPhc3i0XR1xQPlnHQS/SXLD/LZtyy2BL9mG7rzi1m k9l9tRNwRF112xlI6KmmJoTSIpFTiB/sk8sk+ZwiUNztBwvvE+DwMCuRtQcfTm6aZfCH I+UJ2CNQoJIxcklBvWcrqD0M1IaVD5uSmoOa7AUMvwcbguLApd9Y07llPJxwOYVhT3Cq eQvivpp0Hoi+aS0EK1yrsz/RBug25E5ppp9mGnE3Eo4h7FQ/iTFIse+/RvWDFbZh09Fb jsUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693032014; x=1693636814; h=cc: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=N81zqVCaQRKpJ3vdetNkLjP0P27VYNWSrdTfRgcz+7A=; b=DAVCsdH0q2AdjdKRLWszdfmVVwKUs9bt8Sz70kRsSWFZnb2L0QNdW7hfbnfeyWV4Pe /amx81/NznLbLx97uOaW2uymqQrPnU9friAUf1JeANxJvWpwYMAJPFL6U0m0QexENgpF 0lUDuLXC1ceCcr/QPJlJdVMxdnyr9sq6x+Qkkg4WRx1R96GtOdJlSnj0ZYkxM2Znxmcr rxsNt9jqYcV4ARZi4hHhmShoyz05Pxk2rvxgu0k9ENA9ITAjc9Dwr0PQc7yfkpa7JvLU qDKiziGPCWz9KjyRVctAwuamScREbaz2wYdSPMG7FOVLKZM8hpr9umq/4RZEDZbLkCPC g5YA== X-Gm-Message-State: AOJu0YyD33pq5NnuZ566WRQgEgkrVRiKxhJwU69fdt5cmMN2OCKlkbku hsAUnnYtZ7ZS+5o3vDs56hX23IhWp3ubjKNl8B85X+/WP0ZnZnltU8c= X-Google-Smtp-Source: AGHT+IFllp0RUWpVqjThLEzioV5Tq+XBvDwIDkdgrRy20OaYhiEVREK9dltXU5AusUwVClEIsFxMseZmyI49EfUXidk= X-Received: by 2002:a05:620a:88f:b0:76e:fea2:cc80 with SMTP id b15-20020a05620a088f00b0076efea2cc80mr2852884qka.1.1693032014307; Fri, 25 Aug 2023 23:40:14 -0700 (PDT) MIME-Version: 1.0 References: <20230826063217.2862526-1-mypopydev@gmail.com> In-Reply-To: <20230826063217.2862526-1-mypopydev@gmail.com> From: Kieran Kunhya Date: Sat, 26 Aug 2023 07:40:03 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value 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 Cc: Jun Zhao , Jun Zhao 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: On Sat, 26 Aug 2023 at 07:32, Jun Zhao wrote: > replace ITU-T T35(A/53 CC) SEI type by enum value > > Signed-off-by: Jun Zhao > --- > libavcodec/libx264.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c > index 1a7dc7bdd5..ce849d6c9a 100644 > --- a/libavcodec/libx264.c > +++ b/libavcodec/libx264.c > @@ -563,7 +563,7 @@ FF_ENABLE_DEPRECATION_WARNINGS > > sei->payloads[0].payload_size = sei_size; > sei->payloads[0].payload = sei_data; > - sei->payloads[0].payload_type = 4; > + sei->payloads[0].payload_type = > SEI_TYPE_USER_DATA_REGISTERED_ITU_T_T35; > sei->num_payloads = 1; > } > } > -- > 2.25.1 > LGTM _______________________________________________ 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".