From patchwork Tue Sep 27 20:38:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Fernandez Sanz X-Patchwork-Id: 757 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp63264vsd; Tue, 27 Sep 2016 13:41:43 -0700 (PDT) X-Received: by 10.194.100.199 with SMTP id fa7mr27993674wjb.16.1475008902180; Tue, 27 Sep 2016 13:41:42 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id q124si15703288wme.74.2016.09.27.13.41.38; Tue, 27 Sep 2016 13:41:42 -0700 (PDT) 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=@nisupu-com.20150623.gappssmtp.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 Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 152CB689F30; Tue, 27 Sep 2016 23:40:53 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pa0-f65.google.com (mail-pa0-f65.google.com [209.85.220.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EC3B7689EF8 for ; Tue, 27 Sep 2016 23:40:46 +0300 (EEST) Received: by mail-pa0-f65.google.com with SMTP id r9so469086paz.1 for ; Tue, 27 Sep 2016 13:40:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nisupu-com.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=065pAzCLDlBpOmdRyWagLfnSBaHxNsYS2OYSLS+b2I8=; b=rvZLXrVDrDnWbjDwE7WOxipJgvPtFaFWDD5MWauKoXSA0b2nTyEdAGsn5ecYk0TMB2 8+CWqYwgNxBc9mZ3V1fSwiP4mMChgWHBBAdHZuO4O7uwdK93qNP3y0wsKjx2IX25CFC/ HGJv8OtNwLO/85nNngEhOyOPEgSJ4/DXOrfFfKgdiyUpqdA3LO9OfP2dsG1ppOahYEpG DrnF1MuhnKsoiNSn4RKVYnO4mfNAP28blcGjl8jGJyxekxs01EBi37daonhIv/l1sDxU xvdQCtwYd8zsgzfiujO4A7MePh4R6sxkxO2ygQPamcHykZiFKNiKH+D+fjSFE9O51/KW qcgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=065pAzCLDlBpOmdRyWagLfnSBaHxNsYS2OYSLS+b2I8=; b=P/I794NoQuVPrIydR0N+zS6TYAe8q0HgazmHVnOtCo1K9MwFmeS7fGPunPNVmIJVaz CFz2Jjd6AjUpAcsRuCAaS1KTGJBRFAfPHAcETaomZ8b+2glBGWTBiwx4k4OywhDENZQ4 7foOze9n/X+QDeTduAMD23AaoI9aEfGwhCmJFAYupoGWbXpys1dIsITG3HWx8rjA3zPB qV2hWFgo/BeOqeOJgepTNeeUZxX4TI90fiSA1lS9/6q7AJNVVLNe5C6yqjXzkD/crIa5 R2WUay9hgp1Ljse1zkAm+fAXbt1Q2N7ShzAOs4DXj2IR7Roti0UQ3F8QQHdRMimTGp+4 rZ7Q== X-Gm-Message-State: AE9vXwPz5L8vW8q5Eb8XkwtyDKyTkiHgugxuw5ZdhSUXWBOFri3omRoyPwdhMtmbkb6oxA== X-Received: by 10.66.155.166 with SMTP id vx6mr50921583pab.35.1475008857445; Tue, 27 Sep 2016 13:40:57 -0700 (PDT) Received: from carlos-linux-dev.monkeybrains.net (162-245-20-150.PUBLIC.monkeybrains.net. [162.245.20.150]) by smtp.gmail.com with ESMTPSA id xs10sm6966182pab.13.2016.09.27.13.40.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 27 Sep 2016 13:40:57 -0700 (PDT) From: Carlos Fernandez Sanz To: ffmpeg-devel@ffmpeg.org Date: Tue, 27 Sep 2016 13:38:29 -0700 Message-Id: <1475008709-12726-5-git-send-email-carlos@ccextractor.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1475008709-12726-1-git-send-email-carlos@ccextractor.org> References: <1475008709-12726-1-git-send-email-carlos@ccextractor.org> Subject: [FFmpeg-devel] [PATCH 4/4] V11 - Correct Indentation 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: Carlos Fernandez MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavformat/hlsenc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 3303dc8..39d1fe9 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -373,12 +373,12 @@ static int hls_append_segment(struct AVFormatContext *s, HLSContext *hls, double else en->sub_filename[0] = '\0'; - en->duration = duration; - en->pos = pos; - en->event = event; - en->size = size; + en->duration = duration; + en->pos = pos; + en->event = event; + en->size = size; en->start_pts = start_pts; - en->next = NULL; + en->next = NULL; if (hls->scte_iface) { if (hls->scte_iface->event_state == EVENT_OUT_CONT) {