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 52A9F40AD1 for ; Thu, 3 Feb 2022 20:10:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9AB1668B191; Thu, 3 Feb 2022 22:10:43 +0200 (EET) Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DD36E68AB7C for ; Thu, 3 Feb 2022 22:10:37 +0200 (EET) Received: by mail-qv1-f46.google.com with SMTP id g13so3587578qvw.4 for ; Thu, 03 Feb 2022 12:10:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=YPMS20JCzbEJEwPeCobP75p6EPC4ez6UZuQJF5PYZbY=; b=p+pyadnVrCD/yw1eoM4gznK12h0+UbF+6iM5ckxKTdEqopiVdg85D7euW2ZcveP79m RAZdlVqzXG2ACmd9lLFVp8k0N0El7eqnz12Z/LBFnoFUOmy98scVvdIe5rSJMlkoUwwv rPLaSWps+b8TJVKyu6ICEra6GuGoNwUlqTr8PruDnLIGnCVZlQR8AKc2LtfJ6zF2B5KY YJhCT+EPbX2881xFM4cPaqaXPN1OtIcys5MaHQf+9hzESTlEMgMctL2AUTr+Kn/jPoxK T3X4fC2UG82HGNCsYB/smIKbN4gNeFA5LMbMa23vq0u55WRrj4HRvAJtENcIiQUpntPQ Wsog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YPMS20JCzbEJEwPeCobP75p6EPC4ez6UZuQJF5PYZbY=; b=b8AWNhApHFa7nn2rw4wqfIcPo3gXWGYiZd7B1Mwc2fcXB3e3WkVIXOC0bOABRv9mik hK6VroBrf9J3sS05vkUB2OHHCn966H7PBvrvGX1O0ocdHJefyMo0kXc2gpHX7JSy9BVg TS2e63k/oUOBjinQza3zGSSVDHWEhfJbbsaH7l4RbglE2zgauUqyeLctAHWpeyYYpnpc T8HiCEOUzGswCL8n914879FIQGs1soxZ2998duAYoYB50nFzdhNpqd955APx6n90LwjJ knh042FyEu3ZZ9nEbuJGD8gc8uQS7pgLXKp5D7MYhtS3CaSFtdzSxUnC5PneQUNagvyA jTKQ== X-Gm-Message-State: AOAM532C3fm10vYjoDZgvf0gHe86RFSuDgOGIGBsz50NC68jrIVfO1ay Jkohungj2dyjduJyfwGZtC+ZXgn3efHotA== X-Google-Smtp-Source: ABdhPJzovZ5KBsRl3d4OhkuqwFFSNyZLUGfx+oCk0GT4sp2x1OgNmKNj/PDH2qz9DmKUP82dryZ2bA== X-Received: by 2002:ad4:5be9:: with SMTP id k9mr32785788qvc.8.1643919036046; Thu, 03 Feb 2022 12:10:36 -0800 (PST) Received: from localhost.localdomain ([151.200.235.219]) by smtp.gmail.com with ESMTPSA id bp37sm14731321qkb.135.2022.02.03.12.10.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 12:10:35 -0800 (PST) From: Scott Theisen To: ffmpeg-devel@ffmpeg.org Date: Thu, 3 Feb 2022 15:09:28 -0500 Message-Id: <20220203200930.30744-1-scott.the.elm@gmail.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220201223058.31090-1-scott.the.elm@gmail.com> References: <20220201223058.31090-1-scott.the.elm@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2] create av_media_type_get_string() 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: Instead of making an API breaking change, create a new function instead, and deprecate the old one. Then replace all uses in FFmpeg of the old function with the new one. _______________________________________________ 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".