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 ESMTPS id 238D34CC6B for ; Sat, 25 Jan 2025 19:21:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 797D168B818; Sat, 25 Jan 2025 21:21:56 +0200 (EET) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D7B4568A9D3 for ; Sat, 25 Jan 2025 21:21:49 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id F0699EAAD5 for ; Sat, 25 Jan 2025 20:22:25 +0100 (CET) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ALiGOY16MFW5 for ; Sat, 25 Jan 2025 20:22:24 +0100 (CET) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id 76C13EA9AA for ; Sat, 25 Jan 2025 20:22:24 +0100 (CET) Date: Sat, 25 Jan 2025 20:22:24 +0100 (CET) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: <20250112214538.GQ4991@pb2> Message-ID: <14daa882-a1f4-4f3a-f3d0-d02276bc4398@passwd.hu> References: <6fcb0864-c7e1-68e0-e669-5810f873fe31@passwd.hu> <20250111131218.25788-1-cus@passwd.hu> <20250112214538.GQ4991@pb2> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 1/3] avcodec/mpegvideo_enc: add checks for custom inter/intra/chroma matrices 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Sun, 12 Jan 2025, Michael Niedermayer wrote: > On Sat, Jan 11, 2025 at 02:11:33PM +0100, Marton Balint wrote: >> Make the checker functions available for all codecs. >> >> Signed-off-by: Marton Balint >> --- >> libavcodec/encode.c | 19 +++++++++++++++++++ >> libavcodec/encode.h | 9 +++++++++ >> libavcodec/mpegvideo_enc.c | 8 ++++++++ >> 3 files changed, 36 insertions(+) > > this fixes the issue i saw Will apply the series. Thanks, Marton _______________________________________________ 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".