From patchwork Mon Mar 6 02:46:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rostislav Pehlivanov X-Patchwork-Id: 2760 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.31.14 with SMTP id f14csp1219851vsf; Sun, 5 Mar 2017 18:54:06 -0800 (PST) X-Received: by 10.28.11.205 with SMTP id 196mr10399669wml.31.1488768846586; Sun, 05 Mar 2017 18:54:06 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id q3si12700072wma.147.2017.03.05.18.54.06; Sun, 05 Mar 2017 18:54:06 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@gmail.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmail.com Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 60C81688278; Mon, 6 Mar 2017 04:53:51 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 33E6A6804C0 for ; Mon, 6 Mar 2017 04:53:48 +0200 (EET) Received: by mail-wr0-f193.google.com with SMTP id u48so20051205wrc.1 for ; Sun, 05 Mar 2017 18:54:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CbhqasnpZNqbqqDuRM3DcVbk+UFgNQ9zJ6dchICgYuo=; b=d+ef6sLjgdICZf2vhXBuB3EJwwaQWkiYam0VHG0mIMQ4u7NIkDS5dRPLVYTYo0uC+I SEuCqSZ/CYOOT9cRKc+Dm1K571C7/gpH3k+GfoI1RWtp6fArIi1u+DRe3/MMrTKK+2sJ EKfeCVupEWVi8YfqpGN7MYqu/1ViPuMgIXzyS+BmyUz0GfptaloAYHNV/FyU8rIkt4Ja uRhtO3vBK1KYDOljB0bsR3v8mATwVap59+hqQIplN0a341qpMteEJnxI+Ju1XAdPgLpv klgilohNnjhclVJe+hUV07IStM9FEy6DgxkP3WSEgSKoC9qN7hpexn+NLH2P0msLjpzN x/qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CbhqasnpZNqbqqDuRM3DcVbk+UFgNQ9zJ6dchICgYuo=; b=d/ShYQFWz8/TNl7DAvUZWzAqtV18Ax9j5LLxggHTXRK2o34cRNd3O2u1fim29UO3KT 6pyU685pdmcnIGrc5j1bOv76Bnlv5tbt+87N08ccG+VrK8+pQrYPQ5NtxtjMC9k3vl7D 9koASB62jBEbiHgR8UkexJW0/CR4PKUWbZlbIVzV06yeh+MeFPuB/yhaQsk9wEutC6Q4 n62jmBmtCRNXTVMS+q0+Ajtqej/gbx6NrmCKxePd1s7veHZx2GgrJO2fVCby1w6Qubcq 5Wxh9Xwwmacpv/cGnjr/8mckWwPwzj0HbU2mhwnEPVN17QTvB3ortKji9byj/31yhKpM YR4g== X-Gm-Message-State: AMke39nZ/XZKtg8+aFguHTvuitq/KlMBnEQR/o1Gk9vgk1JSjNDj8njox5mIP/dQsGJm5Q== X-Received: by 10.223.135.153 with SMTP id b25mr12208777wrb.169.1488768415497; Sun, 05 Mar 2017 18:46:55 -0800 (PST) Received: from moonbase.lan (host86-146-196-130.range86-146.btcentralplus.com. [86.146.196.130]) by smtp.gmail.com with ESMTPSA id c58sm25150104wrc.9.2017.03.05.18.46.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Mar 2017 18:46:54 -0800 (PST) From: Rostislav Pehlivanov To: ffmpeg-devel@ffmpeg.org Date: Mon, 6 Mar 2017 02:46:49 +0000 Message-Id: <20170306024651.66336-2-atomnuker@gmail.com> X-Mailer: git-send-email 2.12.0.rc1.440.g5b76565f74 In-Reply-To: <20170306024651.66336-1-atomnuker@gmail.com> References: <20170306024651.66336-1-atomnuker@gmail.com> Subject: [FFmpeg-devel] [PATCH 2/4] ffmpeg: don't use resample_lavr_opts 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 Cc: Rostislav Pehlivanov MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" That pointer isn't used by absolutely anything. Signed-off-by: Rostislav Pehlivanov --- ffmpeg_filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c index 7f249c2960..0897790ba1 100644 --- a/ffmpeg_filter.c +++ b/ffmpeg_filter.c @@ -1037,7 +1037,6 @@ int configure_filtergraph(FilterGraph *fg) } if (strlen(args)) args[strlen(args) - 1] = '\0'; - fg->graph->resample_lavr_opts = av_strdup(args); e = av_dict_get(ost->encoder_opts, "threads", NULL, 0); if (e)