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 6E9C44286C for ; Thu, 5 May 2022 12:54:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 969B868B3B3; Thu, 5 May 2022 15:54:42 +0300 (EEST) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 35919680689 for ; Thu, 5 May 2022 15:54:36 +0300 (EEST) Received: by mail-ej1-f51.google.com with SMTP id m20so8519689ejj.10 for ; Thu, 05 May 2022 05:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=+ep2EYzimBS/7U3X/aR+V89RH3+BfbbDtpbksUM/C50=; b=F6ggxO34c8CXgG6Ad6uj153/xm7yENg/1VnIfJ6uorEvcVa3uRiT5GUEffxLtqTV6L sq7OOgnmi7yExSIyKIp09pDOQKHihw7WoJ1/7F39IWipiZFgNjx875O6wUChZa63J4Lr QoX2X30r1Pmk7g1heMSN4PzyzBV/7a46/UExch788hmrMbVkWzYX+3mHTPwCo9cfVMFB ufD6t79by6TefPBQaCOyK/2FjF6nsXf+8WJdBdtx7c9WPl36S4ZcKcXWYIzluBtxw/49 V6M+3+qduW4Ms5UWi/Glf3LTKtEhUyKCpLBbrcuTcO477Ny0q7DkPJ28jZzDNsJDr/SK XLnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=+ep2EYzimBS/7U3X/aR+V89RH3+BfbbDtpbksUM/C50=; b=wJimRkmsEPaga2ZRZ5GzwjGbmAzl9NCswAppyN8SVjjRYBoBPx8jrn5GS3lkRTbRzB HXpbgG7skipxJrNDl/VjmvEzY7DuvKsYtc9B/qrXyiyQHEkuToPgxENqRTrjTHFhC6C+ uZNcdmNxkW8EExDEAt3DKk3DMeyqH0hX/jmLGkP05/iBKdKlme0wNB80R82BgboLRKKb xnNgqc+vKe/IffqiWPMqByqsJdB1Khh+gS3tH8l0AKFaDSy4sbvOfQ+azqoCmawitLLd EVssP0Xdnt+hpHjfWFa9hqcgZmkOPT93SEpcwnXX8oqrj11YLA/VvF3fp/kr3rawgOuB +Xvw== X-Gm-Message-State: AOAM531//eIKngtxhv5KU3imp+cXxssYLr+fio5Hl6Zjxf2iVybEa0cr BAUeuTTPnxZ7D5EdNMSTs1+hT2rPenkFMnAQkaP57Nlc0H+YRQ== X-Google-Smtp-Source: ABdhPJzxdYlxgSiFz0+Gk4cqggfsrbeafkLDjB/jbYxtEXTxCwPOSpYxscYg2LzNi6yZzhdngEiQ3/P+rOWt3NqL6NA= X-Received: by 2002:a17:906:6a14:b0:6f4:78b8:39e7 with SMTP id qw20-20020a1709066a1400b006f478b839e7mr15243567ejc.309.1651755275405; Thu, 05 May 2022 05:54:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Diederick C. Niehorster" Date: Thu, 5 May 2022 14:54:18 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avformat/avformat: Schedule AVOutputFormat.data_codec for removal 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: Hi Andreas, On Thu, May 5, 2022 at 2:47 PM Andreas Rheinhardt wrote: > > No AVOutputFormat has this set. It is not removed immediately despite > being private because of the libavdevice<->libavformat situation. > The fact that this field is private is also the reason why no FF_API_* > define has been added. Since you bring up the libavdevice<->libavformat situation, allow me to plug this patch again https://ffmpeg.org/pipermail/ffmpeg-devel/2022-March/294747.html. https://ffmpeg.org/pipermail/ffmpeg-devel/2022-March/294746.html has links to previous discussions of the issue. I hope you and others who chimed in before (e.g., Nicolas, Anton) have a chance to look at this potential solution. Thanks and all the best, Dee _______________________________________________ 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".