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 AAE114C4EA for ; Sun, 28 Jul 2024 15:34:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B1CE768D8A7; Sun, 28 Jul 2024 18:34:51 +0300 (EEST) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C329968D45D for ; Sun, 28 Jul 2024 18:34:45 +0300 (EEST) Received: by mail-pg1-f181.google.com with SMTP id 41be03b00d2f7-7ae8dd8724dso8198a12.2 for ; Sun, 28 Jul 2024 08:34:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722180884; x=1722785684; 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=+JXJaxSjx8C4nPu6goBSfDHLmVIHEF2uqg49NCN52HA=; b=JgUS8vEBYA+l0Iyr45Ow13o3ah3oQU5u6wnlwDg6gC66jIcgoi25+S+n1V1u1TIVof AktQcxuM/5STks4SakvFxioFL1BBFZLzUenuSIx8QcrPbKT5xp/1BUHqHiP7BzsUEuq5 Wm7NxSnNoTHdpEPHRDz4fGspDtY0g/lw+sAnuY6SaggBozXkaTS9jpraJPmRmgnD2Pe+ SQkJhsGjE5PjI3MlXiYM4nul8nlmGcamBM4T2/DOdbCvqdnG+T3Iycu0S7DL85HoehRM G4+Dc0wgD8/qxX11chWrcuvPIEOCnFFAnozdDN8WowcTWXAN1kPVbrySVCI77g3Tz8hk VroA== X-Gm-Message-State: AOJu0YzPlulo7KQOdYGy5ncpQSNjP1gg6vqPFcJrdwnnKHeTYJvGxAoc WfEjfjW4VahvAW8vPeclxCL2UK1meDDQrseM+hQgbZeUBi6a+IybqBLNSCgsreCsWFUECd8wU88 VIKzeZOFkrA4sMru1IazrTqV+LlCoXhhBOtL9DQ== X-Google-Smtp-Source: AGHT+IFbRVz/hddZES77TvDDD06yOOjA9jCzEy0cokHdaj5piUSYZ4ykZ18ULfSqffg30gAXjfq9PSp5wHmfjbdr0mA= X-Received: by 2002:a05:6a21:6f87:b0:1c2:8ad4:35db with SMTP id adf61e73a8af0-1c47719a0cemr7202295637.1.1722180884124; Sun, 28 Jul 2024 08:34:44 -0700 (PDT) MIME-Version: 1.0 References: <20240728073445.725161-1-marth64@proxyid.net> <20240728073445.725161-2-marth64@proxyid.net> In-Reply-To: <20240728073445.725161-2-marth64@proxyid.net> From: Marth64 Date: Sun, 28 Jul 2024 10:34:33 -0500 Message-ID: To: Marth64 Subject: Re: [FFmpeg-devel] [PATCH 1/7] avformat/dvdvideodec: Fix racy PTS calculation and frame drops 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: ffmpeg-devel@ffmpeg.org 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: I have found a whitespace error here and need to restore 2 lines of logic, but will wait a few days for comment before putting up v2. _______________________________________________ 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".