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 4B9C643891 for ; Thu, 1 Sep 2022 15:06:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 29B2668BA7C; Thu, 1 Sep 2022 18:06:20 +0300 (EEST) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1E32B68BA0C for ; Thu, 1 Sep 2022 18:06:13 +0300 (EEST) Received: by mail-pj1-f48.google.com with SMTP id q3so14186022pjg.3 for ; Thu, 01 Sep 2022 08:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berkeley.edu; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=LfBklDuYAZMjHdS7Jftosq3PMP6s1sUR4FM/HRk8v9A=; b=BHkpFM56BqYT9spGs1XiBejMYiuoORMU/edPY/+b5bGqZes43Y9/99pOlDGsvlD7j9 FEvdcRF2Xm4SpVlGNte8CN9gbaBic5UCC/pAgfhiADy09NpTqA6NrSTf1hdlldmIkvSa Y2PeII3LXpBe1C3bXK/IQKmMM1jIhWEKsLkCs7Hg0fKxqW+rGh4ximNquMZH55mjBuJq OkJY4dc9OEPVYXuaYj3YUig+kvbdCn+PHnXQA0oBsnPLnntIEU29TxiUz81zIi6EH9T0 eSkgYk3Dr/7WBYZhRFzlII4xqGTXxqzKG3Wox1f1cq9IlJc0/d+52rbZZnovMyWUzs3X GD5Q== 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=LfBklDuYAZMjHdS7Jftosq3PMP6s1sUR4FM/HRk8v9A=; b=nSRBAGuMLAo3KDOtUQLMSjBYZckjXTTRKuQpsn6rF5SBymqxmQXl9Dx5QezZxtk8eM 4kfEGoK2nmAacCOLRJliOxosVWuwghwDE/xVZMVT1j9JjcIcwNMyfAL81OQgIB49R6lz RxnqjBkfV76T0btapT4ld42d9Oe063o9IZGWeLbRxJn0t1/ghu5VLAuyXRNdZP7mhsMX aAMTNxKpnkSw43/VkFkNL+76V2/1e7ptu1Qu2zpouS5yKVoUI15BPd2cgywsSR3/9ohV a9e3JRPEaOYzsOxs0CJQ7dmIWOvZeZFwKBnV9eD70gDVMs6s8e4rMSy1xL4UZ09ijRQs 9UMg== X-Gm-Message-State: ACgBeo0qd1/ZhsANpuE2+UVV3HTtwMviL4TFNWv9FuhSE7IGiKJgVGcp K5K39H6THnzkulmDvwZmAWXv/cdzaugK5pzu8mg= X-Google-Smtp-Source: AA6agR6Uvli5MGd1QlaYNPxFlIL49r+oo6o4aztlMhWhT+c7tyYxiEpfeWbRUrHW/AeMMGsuCS1mV4IB5kNMc9Elsck= X-Received: by 2002:a17:90b:278a:b0:1fd:c2bf:81f5 with SMTP id pw10-20020a17090b278a00b001fdc2bf81f5mr9007276pjb.81.1662044771081; Thu, 01 Sep 2022 08:06:11 -0700 (PDT) MIME-Version: 1.0 References: <20220831230918.1736362-1-chemag@gmail.com> <20220831230918.1736362-2-chemag@gmail.com> In-Reply-To: From: Chema Gonzalez Date: Thu, 1 Sep 2022 08:05:57 -0700 Message-ID: To: "Ronald S. Bultje" 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: FFmpeg development discussions and patches 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, All the other debug modes (qp, skip, mb_type) use the same approach. -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".