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 042C6454DD for ; Wed, 30 Aug 2023 15:49:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A645968C6B7; Wed, 30 Aug 2023 18:49:22 +0300 (EEST) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3E1DE68AB90 for ; Wed, 30 Aug 2023 18:49:16 +0300 (EEST) Received: by mail-qk1-f175.google.com with SMTP id af79cd13be357-76da1331db9so46245785a.0 for ; Wed, 30 Aug 2023 08:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20230601.gappssmtp.com; s=20230601; t=1693410554; x=1694015354; darn=ffmpeg.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=XuZiDZW7i0eL8pJXGXu8CPjzaC8pz/MA94pG3F36rnU=; b=2lD6tw5s1OcrdNLqOlKZH8in0yQm+3BBkgkb+e2Np6s8yzkklsBd23gZI7oTXdr2ce I7ahvH2aMqYkRHBtxYMkWFDVlXyPYDbwuVXD/UIeSeSYK23L5SIdMo1KmOHmuQsg7W78 ne4QD7/3VPbZHdu1i2vVr9r0qsism0ZZg5GLw/x4ey/yAb5lwimgxfaVzt40R/KJ33JU J7/ZBqufpZPvrCLSAqzGVEb8poH0vc3B8mpd4RQup5FHxoEnz/iLSQpE4uzuBVhO9wpY rxMFYDy0cSMqJnomcd0WN3YoNRWbPvh7zMuGV1ynuJG7YH8Y1y1sbwHjeu/bYXA7p2nJ 6TFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693410554; x=1694015354; h=cc: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=XuZiDZW7i0eL8pJXGXu8CPjzaC8pz/MA94pG3F36rnU=; b=cADiMgCUOxz1rb30K8sWR4ySCqt1eNpqT/Z+8xx0CTp4IpUjark8KARQls6jFoxGGy mlJG9GZEWwWxCG2OS6c0KO9BIyFoe+Wrs3Ubk/WckM8oJPHZiB/gQdTphMTdPNkfMzfc iw0jTgyg6ibxpZ47TwSJZA+v4YMxdOQaZSMsn382yLvMLKp1MZbSu2I04K2a0gGcIfi8 o2/yZIxXxdaiXiSDI5dCo2bNJ45MWWmVThKk+8LekeLE7QpGI4hTOpQSPTfdc/jcJAEk yocIByf/nVHtyqBkVm9vUEaFmilqj5ukPPGsvNnTBdcyQKd4w7ZXuvNnrp2vilJR9FIT tRXA== X-Gm-Message-State: AOJu0Yxx9Q1MAHV5wRz0mAMJOeMsJfYisXuHc1xh0zvWT8Mruko6gUeb YLuSa2YIpf769cS6AFjw7IJHXBZAQ3oVoB9zC99b1v/OnO2ibOyhvWk= X-Google-Smtp-Source: AGHT+IG6VjFE5YdePCmAuHbCKkDnBZUXAQ2uCZ3OhDkWxt2k7DLf6stTezP7TX4KPZX5uG8IGosHN9JNgjSdfwU/0OU= X-Received: by 2002:ad4:5f06:0:b0:647:11ee:1d53 with SMTP id fo6-20020ad45f06000000b0064711ee1d53mr62804qvb.15.1693410554430; Wed, 30 Aug 2023 08:49:14 -0700 (PDT) MIME-Version: 1.0 References: <20230829205749.60630-1-leo.izen@gmail.com> In-Reply-To: <20230829205749.60630-1-leo.izen@gmail.com> From: Kieran Kunhya Date: Wed, 30 Aug 2023 16:49:03 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_mux: replace monotonous with monotonic 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 Cc: Leo Izen 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: On Tue, 29 Aug 2023 at 21:58, Leo Izen wrote: > The word "monotonous" means "spoken in a monotone" which is not what we > mean here. We mean "monotonic" i.e. nondecreasing. > > Signed-off-by: Leo Izen > --- > fftools/ffmpeg_mux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c > index 24cdf00469..933f1e51a4 100644 > --- a/fftools/ffmpeg_mux.c > +++ b/fftools/ffmpeg_mux.c > @@ -99,7 +99,7 @@ static int write_packet(Muxer *mux, OutputStream *ost, > AVPacket *pkt) > int loglevel = max - pkt->dts > 2 || ost->type == > AVMEDIA_TYPE_VIDEO ? AV_LOG_WARNING : AV_LOG_DEBUG; > if (exit_on_error) > loglevel = AV_LOG_ERROR; > - av_log(s, loglevel, "Non-monotonous DTS in output stream " > + av_log(s, loglevel, "Non-monotonic DTS in output stream " > "%d:%d; previous: %"PRId64", current: %"PRId64"; ", > ost->file_index, ost->st->index, ms->last_mux_dts, > pkt->dts); > if (exit_on_error) { > -- > 2.42.0 > LGTM. Kieran _______________________________________________ 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".