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 E491E438A8 for ; Sat, 2 Jul 2022 17:25:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7B28B68B8BD; Sat, 2 Jul 2022 20:25:08 +0300 (EEST) Received: from mail-yw1-f173.google.com (mail-yw1-f173.google.com [209.85.128.173]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E094B68B87F for ; Sat, 2 Jul 2022 20:25:02 +0300 (EEST) Received: by mail-yw1-f173.google.com with SMTP id 00721157ae682-31c86fe1dddso2307387b3.1 for ; Sat, 02 Jul 2022 10:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=g7jqV9oj1+/fpElT2ogy2cgIVEGwOsAD4tnMTHQFuro=; b=KgTuvGIGdf0iz39c5IaqSmoHCfje1pqyh9ZPX75rDpuICicfZYbiwIURqHcItY+BYD 9ABFUu1QbnU/xWMtxVt7TWjKHii9bi5TQhdFoZQnR90BsZdtw2lZv9FISzZ3Z+4d4q89 5mdToQyQIFbpeNdltHAOYhVf4NuZ5T3VrvvYduOkeAhr26v2IG1zlMTKGZUXu2/O7zSN Rug9RE0YexuMfHSA0cCyN9vnag6nuw1XEkFSWXa77JBm1qFoskwMdZcctgsICBfTjV9q UT4oETflqUm72PGY7JjpNdzhkTLUH9hkBytFdiO7Mfi+H+lBwwbaPbKzxc+lDNjhnaAj wrpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=g7jqV9oj1+/fpElT2ogy2cgIVEGwOsAD4tnMTHQFuro=; b=2cTyk1WbDKuZvt6GISALsSbiJuIVNX4H7SVZvjYgxF/g2qLDDM0MVqsmYbV9RCo4TC 9Jaw/410euZHcT9rLNU1uoQykM7+YSr4bfStMvDAFUraVkfiBXjcAf7qcLwKXvGOOZxM qbxPYwIy4zKGmkxX6/+COjL32FD0ckbEU60kmiH5MzsCWUoQOfeKf5HU+NE2gJdoY4o1 5IL01nvolujNDk4rcQqnZnfqQ82cr3lPakUAe1sOeQuvCYr3p0N2NWFLjxhx5ye+GLOj 5d/ynEQuOn/GbPQ+Yq6KkFy15m6KRNHaHs2kKFWlZ093GM2kPkGpIRGERvYLpkh6XUb8 M+GQ== X-Gm-Message-State: AJIora9Sx7+N3yO+EkGWG/6QruG8f3D9aNvFUIE/+gKWkOCdtn7yJIGh LdXiz8hHXuPribEIEPA1KOPVPoUylFwt3OikTZ3t9ulq X-Google-Smtp-Source: AGRyM1tRfgF3T5+8QJnLXyetQksmRQRkp1NpaJvQHbEtt/OLrsgVMoepi8fGC2szIplcA+kCJ8IMBGdt9AAtt57RQ6U= X-Received: by 2002:a81:1c06:0:b0:318:27ed:8d41 with SMTP id c6-20020a811c06000000b0031827ed8d41mr23136319ywc.221.1656782701459; Sat, 02 Jul 2022 10:25:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Paul B Mahol Date: Sat, 2 Jul 2022 19:27:45 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v5 00/25] Subtitle Filtering 2022 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: Michael Niedermayer , softworkz , Andriy Gelman , Andreas Rheinhardt 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 Sat, Jul 2, 2022 at 7:18 PM Nicolas George wrote: > Paul B Mahol (12022-07-02): > > Can this be properly finally be fully reviewed and accepted? > > As long as the patch does not have a solution to have all the utility > filters (setpts, trim, concat, etc.) working with subtitles too without > more code duplication, the review is just "NAK". > Could you please mention in relevant thread of those subtitle work where duplication in code happened? > > -- > Nicolas George > _______________________________________________ > 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". > _______________________________________________ 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".