From patchwork Wed Sep 9 06:02:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: rcombs X-Patchwork-Id: 22220 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 6DE1A44BC6F for ; Wed, 9 Sep 2020 09:02:40 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5B3F368B831; Wed, 9 Sep 2020 09:02:40 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-il1-f182.google.com (mail-il1-f182.google.com [209.85.166.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 55E4C68B7F2 for ; Wed, 9 Sep 2020 09:02:36 +0300 (EEST) Received: by mail-il1-f182.google.com with SMTP id m1so1205062ilj.10 for ; Tue, 08 Sep 2020 23:02:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rcombs.me; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=wo/vEsxApZ3FNzDbrPhY+eGCRYB8Wbp/PrVr6CPqIuk=; b=IvhKkErYgNlsKrJ1PAjiTF9PvThPWoZenbTGdSdATOKIjuMU56aYMKsVJYz2K6FhDm VDYcvHvwuTV9jLoj/n76pZJlXaRxFfF6VSJayqyBuL2v8R2ke0WE63jnlXBPFUgxc7tB 6NIySWnyhVqxxonfq/k+cW4n6iX6Uq5PdScfEKjOEuFVdHPBiTFQijOWvtv5ZB2ka/QV uW6a+V0TQgLSctul3lep30O80W4Ev8Ddyuf6cXa8yhPutj6Nf8L7n2SA6yp0TKJccXRW k0IJq0UuYlVZnbvsksz1jpfl5XcMlsqph6monnw42fA9SRpfYeNn3TRwNcQ72VIUaDMK OmrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wo/vEsxApZ3FNzDbrPhY+eGCRYB8Wbp/PrVr6CPqIuk=; b=YbZTuka0jaNnStlOTuSg20ewm2rnigcYbrbKGsm0ql9G0h8uyRch+c/eeM/GRFaLSy sl2zDBCcacOlUGAAgEMfUdDk5BUOfEk3CKtwd7UtF/5N6h95gl+Niuc5Mt+MJJlPqA9n 0AwJvJktVC2uoeCiGT+9TyIeEm/Y6L9SeqtTRdPsJ50hcr10eiW8IOgJfLZknLrUFev0 RARl4UoeUuMf9kKGhRZSBDXK3oN+2V5j0Tgek10QsOwlvKH49iXMBysxlZHoawI5IwUy oLLD6yEgAwcyHt6rhK6iY8IczoJLrIoc/ZhoFLXqYwv8xS6C914SNo6xEZ6CE7CBdWua +MLg== X-Gm-Message-State: AOAM533/A8f7qslyRU0Z99KmCMHAzv5ZHChsWSFvUvHD5HGJsx2T9BDf Bkd2VpRMGvz3jzc/bfJE4IfExhsF87lW X-Google-Smtp-Source: ABdhPJy9UYZ4G2MjWQOpixQte/D7YDQFPZPjUTgqYGbT+WXGXRYCWgHcHQAdG5cHosA53/YdwsmXLQ== X-Received: by 2002:a92:91dc:: with SMTP id e89mr2137196ill.27.1599631354838; Tue, 08 Sep 2020 23:02:34 -0700 (PDT) Received: from rcombs-mbp.localdomain (c-73-50-128-8.hsd1.il.comcast.net. [73.50.128.8]) by smtp.gmail.com with ESMTPSA id j20sm864575ilq.6.2020.09.08.23.02.33 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Sep 2020 23:02:34 -0700 (PDT) From: rcombs To: ffmpeg-devel@ffmpeg.org Date: Wed, 9 Sep 2020 01:02:17 -0500 Message-Id: <20200909060217.25794-15-rcombs@rcombs.me> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200909060217.25794-1-rcombs@rcombs.me> References: <20200909060217.25794-1-rcombs@rcombs.me> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 15/15] lavf: remove internal CodecMime type X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" These use the global codec descriptor registry now. --- libavformat/internal.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavformat/internal.h b/libavformat/internal.h index 17a6ab07d3..7ae8142e5b 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -44,11 +44,6 @@ typedef struct AVCodecTag { unsigned int tag; } AVCodecTag; -typedef struct CodecMime{ - char str[32]; - enum AVCodecID id; -} CodecMime; - /*************************************************/ /* fractional numbers for exact pts handling */