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 CE251494AE for ; Tue, 12 Mar 2024 22:54:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A2A9568CDA0; Wed, 13 Mar 2024 00:54:10 +0200 (EET) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ABDFC68C8EA for ; Wed, 13 Mar 2024 00:54:04 +0200 (EET) Received: by mail-pj1-f47.google.com with SMTP id 98e67ed59e1d1-29bb2bfdb3aso958967a91.0 for ; Tue, 12 Mar 2024 15:54:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710284042; x=1710888842; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=xn/SzCzjw8bxjGn17lKI7JQpOtJH7mp6RDtQ3SQXOZk=; b=G22Wnp+seR2Gi5J2GlLH0ONnzEG81B8ET+VWC5JpMAdHYxqgqrWgSbR21MtFaOWUU6 l0ndz1AGFW4LpAClFq+wk7Zas6aP10mvFyKVJiLJ7I8T5qbAz1fB5WZo1wRiS0PvsInm skdWy3VGLelP7i7nJk1WKMTFs6T9vt4DgK5ROVQh3vW8VJcKl/UbSC7WnpQwABMPr5l1 Ge6gDh+tgE3uSBaX3l5DUrvIJbT3eX9Nr43ArYgZbIree2q1UnRE5p+apBS7f1G70e9/ uYzw+3dD3mwmDdSt3YJ7FT0J1vUDlY7eaOX1DQ/jVWzW2yNUCG94LW/XOTJbtb+sS4fO hQ8Q== X-Gm-Message-State: AOJu0YxtLodMeqLg5KCp5M5yv99MkA57TjzgVVBLDjE+VNmQg0YxVBSb 25kDxQ/sVKFxE0TKBe6e7vfL1FjkwILZsi6B+wcQs3ymvOXT1TXDmEvDZfWDGW3gaEdb6I2BiAe EKEqTdT3Dd3MsrQbIsjQTHGJC+6PnYSQcZz2o2OOkdzE1jyMRUZqiJA== X-Google-Smtp-Source: AGHT+IFlzo2mhPPvgO0mwEGjtTfWRGofY01OEhWqlz0JaAMvZxeaFpvqv07umuA4XUq0NQX1xHLZ165OKqFdAt1OMWg= X-Received: by 2002:a17:90b:360c:b0:29b:9a11:2a2 with SMTP id ml12-20020a17090b360c00b0029b9a1102a2mr49056pjb.2.1710284042626; Tue, 12 Mar 2024 15:54:02 -0700 (PDT) MIME-Version: 1.0 References: <20240312224118.2436860-1-marth64@proxyid.net> In-Reply-To: From: Marth64 Date: Tue, 12 Mar 2024 17:53:51 -0500 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] fftools/opt_common: remove dead code in print_buildconf() 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: > The code block changes str and str is later accessed (via splitconf). Sorry, for the lack of awareness, but I am confused how. strstr() shouldn't modify the string right? The only change I see is in the unused remove_tilde[] Thank you, for taking a look and explaining. _______________________________________________ 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".