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 1E3B546888 for ; Thu, 22 Jun 2023 19:30:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 11FAA68C21C; Thu, 22 Jun 2023 22:29:47 +0300 (EEST) Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AFC2168C21B for ; Thu, 22 Jun 2023 22:29:40 +0300 (EEST) Received: by mail-ot1-f41.google.com with SMTP id 46e09a7af769-6b5d3df92f1so1674610a34.3 for ; Thu, 22 Jun 2023 12:29:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687462179; x=1690054179; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=2SGKOgVVeb1Aw1kbebhx+foiO1ZaTwWl0DLY3tONRg4=; b=CC/oh8kptC1NZOMxBjTOxoLZahhEBMg0jlKzesdPmqxNSIzt+Vqm0hoXt/fc5KDsPz JbyCxlf3U/5kZyelnzwLa9FSLeAn2fxsyNz/dSaxZLyyxDcD69dShlocaYP6HJQB12Co BOlMqi0C5OzPqkSflwg8r7cInWR1HwpGYMa0Ma9Jmp7Reb8P2kTQ8IUhh6rFeOiLnmJI wHsQVfM6UE0fQ91aFW+XPaEoeNCEakotX6N/u6HB2euG7BazQEt/9JdhCJsky1MsIlfm 7zlOcbqA5jeMLRu67XpMURILeYnaeykzJXtSXdZSI4ShbwBZFACE44XGBsCY6HjqqZ6V Hmmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687462179; x=1690054179; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2SGKOgVVeb1Aw1kbebhx+foiO1ZaTwWl0DLY3tONRg4=; b=ELdZMgnKKMKwTnOIQ8TMHLy+UPVP57HIVfW47+JD5PTXK6HPd4Zbi0EXX/tqsuiPZg u51gP16l+Asxz9422kdt74/isJcNxstmuztaX69Pzag3xjO+/YsT319gT54U+5LpjKAD Ri9ejOAoMD5cbjv/GB2AqINGEF1FDOSWoUYDQtmY05gAls5rk3C7bhGGsOLj5r3bRYkV bCJIjemJ+yoPIuL+PtfNW5qJZLsdiejAIB7Pp+7XQicr+WPmzIBe5DvD9/7UoG8iVADR LQPbiAu565sAkwoBmwRlOZnKOYRlk8auwUkmYXyYEb2520PWP0E31jhxPeFfBzGSs7x1 0P5g== X-Gm-Message-State: AC+VfDwjk7U9PqwZuu3K/M7X48XasSYXLuAgIGIxoxSDTYEPHyaqpWnE 2MTWH2b5PnMOfJZ7l0kvBWP5jsJbQkQ= X-Google-Smtp-Source: ACHHUZ47wiDYq9d69lfKBXgG1nRIxX+0NDkA8f1/r/yaiCNEhadxlG7gTLBH8T2BYcX5+RMlAUAhaA== X-Received: by 2002:a05:6830:1d4:b0:6b1:6859:b8fe with SMTP id r20-20020a05683001d400b006b16859b8femr18144123ota.0.1687462178738; Thu, 22 Jun 2023 12:29:38 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id w17-20020a9d6391000000b006ac75cff491sm3124631otk.3.2023.06.22.12.29.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jun 2023 12:29:38 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Jun 2023 16:29:18 -0300 Message-ID: <20230622192918.3638-5-jamrial@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230622192918.3638-1-jamrial@gmail.com> References: <20230622192918.3638-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 5/5] avformat/evc: remove duplicate defines 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: Signed-off-by: James Almer --- libavformat/evc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavformat/evc.c b/libavformat/evc.c index 1803069a7d..6e638c4c90 100644 --- a/libavformat/evc.c +++ b/libavformat/evc.c @@ -28,10 +28,6 @@ #include "evc.h" #include "avio_internal.h" -// The length field that indicates the length in bytes of the following NAL unit is configured to be of 4 bytes -#define EVC_NALU_LENGTH_PREFIX_SIZE (4) /* byte */ -#define EVC_NALU_HEADER_SIZE (2) /* byte */ - // @see ISO/IEC 14496-15:2021 Coding of audio-visual objects - Part 15: section 12.3.3.1 enum { SPS_INDEX, -- 2.41.0 _______________________________________________ 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".