From patchwork Wed Dec 28 05:39:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Bradshaw X-Patchwork-Id: 1958 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp1798183vsb; Tue, 27 Dec 2016 21:39:44 -0800 (PST) X-Received: by 10.28.214.133 with SMTP id n127mr35693546wmg.28.1482903584078; Tue, 27 Dec 2016 21:39:44 -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 ik5si26599753wjb.84.2016.12.27.21.39.43; Tue, 27 Dec 2016 21:39:44 -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 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 46C98689DFB; Wed, 28 Dec 2016 07:39:34 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 625F56899EA for ; Wed, 28 Dec 2016 07:39:27 +0200 (EET) Received: by mail-pf0-f195.google.com with SMTP id 127so8993007pfg.0 for ; Tue, 27 Dec 2016 21:39:30 -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=tIrZl7Q9M0KzCfdVNIIyln5uXHUEy2QHJl6Vh2Rtr90=; b=pFgEaIsgig0kWeVQLvfV7nSU6b+uAJkDhg9+rqj4o77Qdb3psvg4y7+ID7IpgzEA2p TxqXI1Wgh4U7V5DFt6TeaYBcGCCyHaCra2dPVCUH5UyDqaQ3ZDy+ZXuAbSi9yCKyo86t TPiclfX/5mXyiErx7ZAhkgOg+6MlvS+qKWvBhzIAd6oLaGWZz6BSnSAcGD95DeLO8CX8 R0lmFaoxXEMwdq1SE0k5S6NA99SWGB1hT1IXnO+TYtHoimD8w0LpNZp7TlvvQMWmxxG9 WFE7p2CeJuUaqTd3jHiQ7K/iAkyoM8OYcgMiFtLxov6si8emif2uCcsOqgwt6BeM+zCk txLQ== 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=tIrZl7Q9M0KzCfdVNIIyln5uXHUEy2QHJl6Vh2Rtr90=; b=FzQ3qRlu2NcsNQ7d9Ki2BettbMA9bUSIRZiPJXP6KkcXO/tJEn6KYl7fBbudy8W1NI 70g1FJ/0dlxzc+BGYzt1pmSi9dTISjOxC1G784jtCIHM5JUS2VhUqGDbWMMOI0mc1TBH Fp2jek/RQFbc5Qp3HpyWj7F4F902fmw73qzH6PEhMDHx/XS5eWWATcXwOZeOgc3Bku4I gEi7aaAl4H5mdSf9P63GqV79G3qXvdJCyCO6bIAGoHgX6RR32+e2Iatan260z5Ll2cSr wfvG28zFTNtjjQneTWsxwCD6fUQagKsfEiV7yeUMXRopfISJtEYjNkB0TG0pB4z5bkeb 6J3A== X-Gm-Message-State: AIkVDXJ3ijZbJCzY0xija/EUq+nV+vV+z+HtNyx/oACaNBsfLg/CuuvIDyevDm0Pf1lHjg== X-Received: by 10.99.52.10 with SMTP id b10mr65459464pga.42.1482903568890; Tue, 27 Dec 2016 21:39:28 -0800 (PST) Received: from localhost.localdomain (c-73-189-103-209.hsd1.ca.comcast.net. [73.189.103.209]) by smtp.gmail.com with ESMTPSA id q7sm33225679pgn.20.2016.12.27.21.39.27 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 27 Dec 2016 21:39:27 -0800 (PST) From: Michael Bradshaw To: ffmpeg-devel@ffmpeg.org Date: Tue, 27 Dec 2016 21:39:24 -0800 Message-Id: <20161228053924.38272-2-mjbshaw@gmail.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: <20161228053924.38272-1-mjbshaw@gmail.com> References: <20161228053924.38272-1-mjbshaw@gmail.com> Subject: [FFmpeg-devel] [PATCH] ffmpeg: Move statement to a single line 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: Michael Bradshaw MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Michael Bradshaw Signed-off-by: Michael Bradshaw --- ffmpeg_opt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 6862456..af71604 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -1384,8 +1384,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e uint32_t tag = strtol(codec_tag, &next, 0); if (*next) tag = AV_RL32(codec_tag); - ost->st->codecpar->codec_tag = - ost->enc_ctx->codec_tag = tag; + ost->st->codecpar->codec_tag = ost->enc_ctx->codec_tag = tag; } MATCH_PER_STREAM_OPT(qscale, dbl, qscale, oc, st);