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 8CCAD410CA for ; Sun, 13 Feb 2022 21:53:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7211868B2BC; Sun, 13 Feb 2022 23:53:01 +0200 (EET) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 36A8E68AEDA for ; Sun, 13 Feb 2022 23:52:55 +0200 (EET) Received: by mail-qt1-f170.google.com with SMTP id k25so14024757qtp.4 for ; Sun, 13 Feb 2022 13:52:55 -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=fZsbdnvp1COKagwOFzrec2QsHCe7y4nO8Kbn/SeArFU=; b=c8W1wRQpzVFRK9hPGRkmgQ0xlgm62mDt1JUiLkRR+nyYfZYPIOdXdopFlE9hi3cCDt d5VEXVu9BFbzF0rlDL2Zupg3ildlF2p/zjoEWI//0Hjz3Qpq4b/b3Di1kINr+zmpBgB/ 6yS6J4EXYMpYDeAIPSb/629kKaeIuhPpIDlcvzZBvJl5Z5JRuszVe4U6WyQHp+Ye3C6Y NhqHaUWmZ7g5OFpkz8j8AnNMKzg3a+qArC6fd4f6zMeryxF+lQNs1h98KLzdYwBcYFE1 D8c3EkBO00ohssijCbZLWuxU/A+rnqFn26g134mPAP3mEq53XHjTlYQvkvI/LUUBaE5G SsLw== 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=fZsbdnvp1COKagwOFzrec2QsHCe7y4nO8Kbn/SeArFU=; b=uSScAKNoCb+RJDA1HBJiirUwaAFvb7VLX8OOGy8LsOnOYZ8aKfkKb0l5dzCTths4QC r7tDNUI5amTO8S2Xsvc6WwN7D7Z/voaEFyVek37sfVr6tcfjXhSKMQD2qqeB+UYKkoZT 61GEdDwkQOIsHKY0l+ORwvNZbtCIGEIOrk8oNRUUxxT5cPKy0J6uTf7vfu+n5OC9a9em 7I0QT2s9Ok2VLk6r01lAryopYBD2iHLI+dA+/vWItC3uC6wYrCagOsp9MnV9u2N06m9N /GTvlMOeIJjQXNyB5Ex1ooI8UB1aWXiJ2VdylrIy3pBIO29gakRELa27hwnQM6jtDedg Dxiw== X-Gm-Message-State: AOAM531Vfs9Ao8Ocoyruz+x6Irxq+Iz4ho1bB1xkOGVvAlfOiJ4v+f+W isnehMWyECPYTUevg3TlLVMbMN0CGtvJiQ== X-Google-Smtp-Source: ABdhPJxCYvLUvZlWBO/fr8gd4NDLmfzTtye3kc8baDeFfBmN1BVLlfNu6JY0tq/fV/AreaINJeUGpQ== X-Received: by 2002:a05:622a:508:: with SMTP id l8mr7657263qtx.420.1644789173304; Sun, 13 Feb 2022 13:52:53 -0800 (PST) Received: from localhost.localdomain ([151.200.235.219]) by smtp.gmail.com with ESMTPSA id b21sm2946108qkc.87.2022.02.13.13.52.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 13:52:52 -0800 (PST) From: Scott Theisen To: ffmpeg-devel@ffmpeg.org Date: Sun, 13 Feb 2022 16:52:28 -0500 Message-Id: <20220213215230.101828-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 v3] 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: Identical to v2, but I reworded the second commit's message to add a context. _______________________________________________ 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".