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 BDA354112A for ; Sun, 15 May 2022 19:56:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3564F68B1FD; Sun, 15 May 2022 22:56:01 +0300 (EEST) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E59CA68AFAB for ; Sun, 15 May 2022 22:55:54 +0300 (EEST) Received: by mail-qv1-f43.google.com with SMTP id j3so1503369qvn.0 for ; Sun, 15 May 2022 12:55:54 -0700 (PDT) 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=ca2x4VIvqSlKJb8f83yZFbMmw+Jiowuo4xqMCkxZWpU=; b=afO5l5Dt+RUHk8XZrN5n3vZlVYt//7uGyDrpn27WPmLq57BfImjiKIXB9+4k77ujVT oago6oZaBbFb/b0Uz013q14C4oZerCkXcPfCdWK/379Cum/vAEeOfUvBQHfTqkdGpnRK UV1Il5mHGADQ4pAJsN4HhLZh6X8oxjhDacOhaAhxWgmpWgU9ESrgsEcRZ0KBuJ0olDf2 9hf5dZxUoXtVkKphZ6JfYfVY898N25AOhUgJC0zL7gRZdCPDNPSfZxZFBhw6QgTRc3t7 uS7AMdMm/sSA2QBMuh8f2zwq1VWy48BKasf8nDGdohzC1ANUbHJeiBWsu+Q4lUqrVNyQ +x9Q== 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=ca2x4VIvqSlKJb8f83yZFbMmw+Jiowuo4xqMCkxZWpU=; b=Z9QlM7iVKccrLg1bX40uZEU9AbhotN0znP+XROBnClS9HhMgWWs+EJFXUQ2UvnR83n i7eoNJlNwB+PcvDj0b5ZQf3oviB8HUNnjcUTwSPocLExISu9ZfA3EpuvTM6+BmcKCl1C LY1yWLIikFMx9JvfvzJbcKOH8trijX2Uxva8YBRfrQZ25Hbbqx8prv3B+G5aPlhJMz8c JZ20vVr0ipYJVc+Ju8W+u4PUg8d9iHWEe4JIhgugbFVTTT1bCzts5EY5FR7lv/bq7v5Z tiPQWWH54XJPJPIYVTadqq39w3PI2UCas1QvvUIrLgxvTcJ065eeVFTrdaVPykbJt2Fd oulg== X-Gm-Message-State: AOAM533oQuFZ++9wqulcIHckMAzoA35TN5CcrBFCszTbKjubVn3FK4X3 jaLcriB1CwHa8LJvOPdnnPo23yTnmTQ= X-Google-Smtp-Source: ABdhPJwpsWWurc1cWP/eCI9+9HF75DFUYTcYZz1oz+s51/xdpE29U65OJBFPSHRAQTnVXZc28B6DuA== X-Received: by 2002:a05:6214:5284:b0:444:10c8:ee59 with SMTP id kj4-20020a056214528400b0044410c8ee59mr12612775qvb.68.1652644552527; Sun, 15 May 2022 12:55:52 -0700 (PDT) Received: from scott-desktop.. ([151.200.235.219]) by smtp.gmail.com with ESMTPSA id p5-20020a37bf05000000b0069fc13ce206sm4642271qkf.55.2022.05.15.12.55.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 12:55:52 -0700 (PDT) From: Scott Theisen To: ffmpeg-devel@ffmpeg.org Date: Sun, 15 May 2022 15:55:42 -0400 Message-Id: <20220515195544.280890-1-scott.the.elm@gmail.com> X-Mailer: git-send-email 2.34.1 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 v4 0/2] 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: printf %s with NULL is undefined behavior. This version adds #include "attributes.h" for -Wdeprecated-declarations. -Scott Theisen _______________________________________________ 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".