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 071D14099B for ; Thu, 1 Sep 2022 17:52:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B533968BA86; Thu, 1 Sep 2022 20:52:10 +0300 (EEST) Received: from mail-yw1-f179.google.com (mail-yw1-f179.google.com [209.85.128.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B7ED368B8CC for ; Thu, 1 Sep 2022 20:52:03 +0300 (EEST) Received: by mail-yw1-f179.google.com with SMTP id 00721157ae682-32a09b909f6so345370397b3.0 for ; Thu, 01 Sep 2022 10:52:03 -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:subject:date; bh=ZmfXpx5g3AhoyEUj0evZo4GYbtJ9MCsNMsQeL4LLeSY=; b=kLWdME9Xl0uH3F1Wa3uLnXwauEML3Ivep2dYipdLigraFTQd8gqdo0y0m30/GMyBvr t1OgJQddY/nYPbArP5cuqR0k6RCm3/5fh5fSN6G6nFxsEu0pQ02xjCWWgjDkO/UDz8nr QmCAwa66BfnpS0jNUTlOldergbZaMBc7ED1rM/gT0L1sAmIeEmlWvT5fONGZL59/eQ4B j9L/kFQ9av5ShBaPTmVczzzvsJMGJDowsxIvzZVpCQf/FhPfeOK/1eE2BzM0OKJN57Js 7mLE15o8jKhOnhWS3xpmPVwDeQnj760Epli1LQyjFG1/mJ8yZWe7lEY45PGNb+VmgVSS ttyw== 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:subject:date; bh=ZmfXpx5g3AhoyEUj0evZo4GYbtJ9MCsNMsQeL4LLeSY=; b=cYDe3KD+i8j2THF8+JlGpvsvDDoIfp0FGAXnaEuqsVqBKMFOV+hZ81ytkmx9/1b49N mNaajF2uUSAIj33cBEMjE9ARP43igpfEys23yZZ0b5nMrsK+EU9sdccNY78E06HLobP2 PG0107kD4AtNZg1I5rYeTneZrMlNGmd3f/rggCUMNlOFb87k7FMN2AOpsKyeK0v6lWIY 70xtgpW3xHdun4PYlJuWZxqgzFAzaaXgLJnzyi9U4bps2RqeLL0FvxEs1C7O14FafPjv c5RJkWEth4ruCn4oO9/bo/bLqFteGvGqfP7YqsEkzjpKQjquNQjQHfC0QbQtWvlXsODu FTFw== X-Gm-Message-State: ACgBeo20qwjvGryOJYrIu3fZxUheWxGc4KXF7loGbQ7iYjlHeoKgj4Te ohuL4q570+o064HURrpDEYqgGW6oOJ7ALuxf90unIcI3 X-Google-Smtp-Source: AA6agR5t1l+hs3S4HBduzCk6wytII4ZkIt+a2c8JwA+EV2A7cB/UZDjTArGdlhKFMaiMaON9I71btJDVrMCykcb6Exs= X-Received: by 2002:a0d:f082:0:b0:31f:1d1d:118d with SMTP id z124-20020a0df082000000b0031f1d1d118dmr24067373ywe.124.1662054722247; Thu, 01 Sep 2022 10:52:02 -0700 (PDT) MIME-Version: 1.0 References: <20220831230918.1736362-1-chemag@gmail.com> <20220831230918.1736362-2-chemag@gmail.com> In-Reply-To: From: Paul B Mahol Date: Thu, 1 Sep 2022 19:55:13 +0200 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: "Ronald S. Bultje" 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 Thu, Sep 1, 2022 at 5:06 PM Chema Gonzalez wrote: > Hi, > > All the other debug modes (qp, skip, mb_type) use the same approach. > > This adds to much code for something that is already possible. > -Chema > > > On Thu, Sep 1, 2022 at 6:30 AM Ronald S. Bultje > wrote: > > > > 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". > _______________________________________________ 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".