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 B91524EA1D for ; Mon, 12 May 2025 03:39:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DB1B368BF94; Mon, 12 May 2025 06:39:32 +0300 (EEST) Received: from out162-62-58-216.mail.qq.com (out162-62-58-216.mail.qq.com [162.62.58.216]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9299E68B37C for ; Mon, 12 May 2025 06:39:25 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foxmail.com; s=s201512; t=1747021156; bh=SxvykR2T6SK8Itzr1Oqz+ur6hdhWtOJubvcYopNOZ24=; h=From:To:Cc:Subject:Date; b=turw+TrX4HKbQnbbZpqFyEmLJeZ7tfKnGTnpX3KjJ/nE0i/R3wNg8TlnAYy1vPF1E YJB9FEYhbVOxLudDddGOHhULk+wYwKbrLcPNZEfjHzxPdaVIQz+XUoScoljrl9WX9W dHlKmmbtokFFmfvNySKGY7ZUlH+1cbipmGx7wSV0= Received: from localhost.localdomain ([119.147.10.242]) by newxmesmtplogicsvrszgpua8-0.qq.com (NewEsmtp) with SMTP id 9CF2A4FB; Mon, 12 May 2025 11:39:15 +0800 X-QQ-mid: xmsmtpt1747021155tka7ywzhr Message-ID: X-QQ-XMAILINFO: OaZFKkmCfe/99YNRYlIOEHjgm69Y/AoWbgSKMZYPwxUciqFYRSlxP7EIn7mVGv LhmP88HzHW50oEy2KvzJhaWRCI9BbE8NcowVDgt15C3hIG8K50sCfKft55eYu+TSQZqP3TPgABIU DNOVF2ac7DO0fHX/6u1futyt2D4RQThjrIgfeiSh2uwtTF5S14Pdwp6Es/ogP0ehL61Z0kSWgytX gwMTtDpUwXZhXnCPDYBxzK5FRcj83ig9IhgOY3/BaTIcc6jwQxzcQ495H2vG5+LApOKe7tyqZPmj l+33axc4ERI/4MgHOORYvaHWVtZUwDWNJQj3GS9xYsm+IN0ow9V6kaeemDGPbGwaYjH2X2ggYC0s +EAR0U+rf3LcerViFzfKjaVfWyORWl6AlyyV0aozF1iddwuL3jT+a1ZcklSkBGkoc533PnZmJTY0 d2BGAMhUl26bZdJ1vMBS/8kdhwFLAVki6bF0FyTXK80UZtjU2BKirQJxRrMjZuMgNK76yiMJahaA IzS6V5cCKUNvBy7C0tLh8omlXjCgZCjhY7Bqyv9COs0PIORv3iUHSwZFxF6HVDaulGbbITa6XiVf Jsk9vZThCLUr7R5s10aQKdPin5suiMXDPvgxyOvnUiMZKHVbtcf86x8pu7z0LxgkeCT83QRviipg kL48KzWgvI5I90FQ52ZfgiSOryyQLpyZ5+AkWfEhuutEQ5MJhRgIAhjKut7LmWpX/Jyrmit8NgjS AJxHEP0UVfqK6uol6IKo2bs6SJmletDX6VD4k6nP1VesY9Oji4KUw87QPVUA2/Y/j0xC2SmCX+ca 9FWSOY2IVt4QwEUFPKyoxVhmNV0JX18z1obTOEcdsI9+9j9Nl4P6vIA/P3kvnu6lFUJjYY5xnDcO axQGvL0wiB8pYVp4zgeIdRGPOfKhZaoyh87g5tH51q7OqVdc94/Eq+R+5f979oD1qMDAJDlm8xvK 1tBzaCR2RKt92jheEp2HlLEz9mnFuVD3ltGvfVqtS4DxTIfQEYsN/6Sa2dbULCWMkV/5OWF0M= X-QQ-XMRINFO: MPJ6Tf5t3I/ycC2BItcBVIA= From: Zhao Zhili To: ffmpeg-devel@ffmpeg.org Date: Mon, 12 May 2025 11:39:14 +0800 X-OQ-MSGID: <20250512033914.61254-1-quinkblack@foxmail.com> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] avformat/allformats: Move avisynth and dvdvideo under external libraries group 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: Zhao Zhili 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: From: Zhao Zhili --- libavformat/allformats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index b5a23f9c17..9038e9fd52 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -94,7 +94,6 @@ extern const FFInputFormat ff_av1_demuxer; extern const FFInputFormat ff_avi_demuxer; extern const FFOutputFormat ff_avi_muxer; extern const FFOutputFormat ff_avif_muxer; -extern const FFInputFormat ff_avisynth_demuxer; extern const FFOutputFormat ff_avm2_muxer; extern const FFInputFormat ff_avr_demuxer; extern const FFInputFormat ff_avs_demuxer; @@ -155,7 +154,6 @@ extern const FFInputFormat ff_dv_demuxer; extern const FFOutputFormat ff_dv_muxer; extern const FFInputFormat ff_dvbsub_demuxer; extern const FFInputFormat ff_dvbtxt_demuxer; -extern const FFInputFormat ff_dvdvideo_demuxer; extern const FFInputFormat ff_dxa_demuxer; extern const FFInputFormat ff_ea_demuxer; extern const FFInputFormat ff_ea_cdata_demuxer; @@ -573,7 +571,9 @@ extern const FFInputFormat ff_image_xpm_pipe_demuxer; extern const FFInputFormat ff_image_xwd_pipe_demuxer; /* external libraries */ +extern const FFInputFormat ff_avisynth_demuxer; extern const FFOutputFormat ff_chromaprint_muxer; +extern const FFInputFormat ff_dvdvideo_demuxer; extern const FFInputFormat ff_libgme_demuxer; extern const FFInputFormat ff_libmodplug_demuxer; extern const FFInputFormat ff_libopenmpt_demuxer; -- 2.46.0 _______________________________________________ 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".