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 65E8D46881 for ; Thu, 22 Jun 2023 19:30:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 34E9568C217; Thu, 22 Jun 2023 22:29:45 +0300 (EEST) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DB93668C1CF for ; Thu, 22 Jun 2023 22:29:37 +0300 (EEST) Received: by mail-ot1-f45.google.com with SMTP id 46e09a7af769-6b5a1f873c4so2467890a34.3 for ; Thu, 22 Jun 2023 12:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687462176; x=1690054176; 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=BF94DMt47LWulfj1/cKQdw1sAkqiyObBi5tYNk3fs7A=; b=UUqIsWRpucMtoMEOe23Hdf9Dj2MN1C5VTYiOTR8tN9KAP6lGRuAUaxvzhGBM7zSYzt y2oy4mnmbvBuG9gwb7ud2UrKQkdzc20DHfVyZPRwONDOuMVvHauZmWSlGHd2lGnxrBLw Xy0h+44GcUHWJkBejhPeiqN9GK3P0iHwUGUroTv/fzr9JIkIKitzD9GQsFaM0czdZX9g z4ZR9PtO++0FiLp1wB/SDaonchYzK8NTXQeF6Wv9mcTuEG1qmKiBTGJucrNNzdmHo2OP 7i+hyQek43lfc3FafFMGSG0vPVHy1EDJK8gv5nyDltz4Un3quNk1TPE2kS3V59qdvVEn PASg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687462176; x=1690054176; 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=BF94DMt47LWulfj1/cKQdw1sAkqiyObBi5tYNk3fs7A=; b=F6+/dXc4h1diRCLm5tq92x4vqyR4dVKfhwuSLi/AZoo1ytQiFZFXY+E0ALpTw9miA7 lhVnyhcWOhAw66B1E10Jw/PP+OlEi2Mer1haUV3U5BXBCGZinKBNrvbUBq7i21ctJCsw yEJbo2x8i88g9SRZ8mpQMlERnS52wuo6+gt2TclYbNDp8OlU3fR0VG1iG10nRqLW6Sho 4l1VPkP/GbBGOrJxtKnzHQsXnlncvzcIl7WxJJd84u0C4NdU+YyC3EvyWKR0XD+NIS9x Tk9s4S1/G7mcViv3kg7KwBwvueGR+NXh5AXFORk79wFbAyhLZyIoJgRd/TGJPcttPAqj U/fQ== X-Gm-Message-State: AC+VfDwYvN03mBi2NYh9MQbeKLrkScpzVNzUIXpdtpt2jaLh2lvhFCeD msxnDR1wqc9QIpi7B8HpEThXF+q7LPg= X-Google-Smtp-Source: ACHHUZ4bCOusyk0SkDlWGvq6a6X+I7naIn2KVv0Tym3Om0IOLiH8HMShSuhQkJySLr9lZOlbklJcFw== X-Received: by 2002:a9d:5f04:0:b0:6b5:be09:5332 with SMTP id f4-20020a9d5f04000000b006b5be095332mr5378140oti.23.1687462176068; Thu, 22 Jun 2023 12:29:36 -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.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jun 2023 12:29:35 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Jun 2023 16:29:16 -0300 Message-ID: <20230622192918.3638-3-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 3/5] avformat/evc: remove duplicate check 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/evc.c b/libavformat/evc.c index 1c72b141bd..9d0fe8d84c 100644 --- a/libavformat/evc.c +++ b/libavformat/evc.c @@ -226,9 +226,6 @@ static int evcc_write(AVIOContext *pb, EVCDecoderConfigurationRecord *evcc) if (!sps_count || sps_count > EVC_MAX_SPS_COUNT) return AVERROR_INVALIDDATA; - if (!sps_count || sps_count > EVC_MAX_SPS_COUNT) - return AVERROR_INVALIDDATA; - /* unsigned int(8) configurationVersion = 1; */ avio_w8(pb, evcc->configurationVersion); -- 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".