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 D9B5043891 for ; Thu, 1 Sep 2022 13:30:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5221468BA9D; Thu, 1 Sep 2022 16:30:31 +0300 (EEST) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 157EC68BA48 for ; Thu, 1 Sep 2022 16:30:25 +0300 (EEST) Received: by mail-ed1-f53.google.com with SMTP id z2so22611879edc.1 for ; Thu, 01 Sep 2022 06:30:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=o3MWrqQ0YxC2OlDGYGoqKtRvEpNeFfWUxDUOZxfiApY=; b=h0T6YFru2Nxj8zW1unxEmIRuYINtVQuPAuC6hNGVqOuvRq/GHmO2Ul/WJsJbUIqS3O CsZAIECTTNS6p6+LTNCok4aVbCpS1nhjsxaYIG2sakxRXKf+8qFjUSmVDSo03V5eeD5p qghSY+ka3YIUaHDGwfn2Y9rSxRFRlu5y+5eWM5HiFosOtd3zQ1NfkVFDb4ELVLsWB2sz j8IaYvJ53uZMQBXhac8HqlqGDLu2qt5MYYYl33JaSwW64p4hi2BcGKI+rMXXitaHD1z0 lO4zwee7Mf80xKPxXJX2sRSrPf6Co3M9S2FLpVcKsGPbGe+ynD6I7RTatECUxh48uqgp wp1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=o3MWrqQ0YxC2OlDGYGoqKtRvEpNeFfWUxDUOZxfiApY=; b=oJwtLjTnk+paOi6p2Zu9SwdL4aBnls2uUWrhFNA3kYoLramo+EyW8sqrdBiNTaZv6g PyoVsjYFp9S9bdn2Z/tY79s538eWiui1IDw60xUN48kvG9Rpt1lg/wULZvs6ZQR5DaJK Am702mWdXNwxZPwhtA3pFUcn2AJV5x5FmMzUWKOnXz+sXRb9dR4GllpGzdU4LqWqkTvM pBgFc7sqmpEDTK6ZXhaBHS2rsUDoYNSnXjb62sZx53DM5o11D4Ph+H4hlklHgToCyVbo 3R/0lcoCTMvcEerJyiwwPAhGTsbsaCBjnjZM6h74sQvhVYtpbce0c7+7+um8T1WmTT+8 GE0Q== X-Gm-Message-State: ACgBeo11BeQB6X+U1iCZU8GATgE1V3yt6VLbsOqeX5N1syXkQUDNuCLE N1VtzhYzIZwTioVZvf7TLbrHVbhAWru6F1TiXnS6XCtl X-Google-Smtp-Source: AA6agR7JGVucuM0Sg+BQ8nZ5AkGKa13V4AHRuZjB45L12ly4LBFD0dpuYRjqEPnncr2D1wqYaUzLNBA1SpOv1gllRAA= X-Received: by 2002:a05:6402:e01:b0:442:dd7e:f49d with SMTP id h1-20020a0564020e0100b00442dd7ef49dmr28436911edh.355.1662039023500; Thu, 01 Sep 2022 06:30:23 -0700 (PDT) MIME-Version: 1.0 References: <20220831230918.1736362-1-chemag@gmail.com> <20220831230918.1736362-2-chemag@gmail.com> In-Reply-To: <20220831230918.1736362-2-chemag@gmail.com> From: "Ronald S. Bultje" Date: Thu, 1 Sep 2022 09:30:11 -0400 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec debug mode 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: Chema Gonzalez 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: Hi, On Wed, Aug 31, 2022 at 7:10 PM Chema Gonzalez wrote: > Add a new debug mode ("motion_vec") that prints the values of the > motion vectors (MV). > Isn't this super-hacky? In a well-designed system, a codec might export its MVs using designated structs (which we already have) and then use these structs to print it in a codec-agnostic way using a filter (which IIRC we already have?). Ronald _______________________________________________ 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".