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 1BE4D45ABC for ; Wed, 15 Mar 2023 18:03:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B9D5568A4F2; Wed, 15 Mar 2023 20:03:57 +0200 (EET) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 51C9B680C15 for ; Wed, 15 Mar 2023 20:03:51 +0200 (EET) Received: by mail-qk1-f181.google.com with SMTP id 24so1037822qka.11 for ; Wed, 15 Mar 2023 11:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; t=1678903429; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=liYCC7Brs8CwElVdrMIGcPi+54HrXcF36nXf6/pQKgM=; b=unegEP3lNQ2eITVwAyc/3/s7gK/+h6QDmUE+JEukmWpJFM+jYJF2t7Sdy1aIJLmMAN W2GcuwfmllODt+S+eEkkmKaXmLAyAs1Xlsj2W3Pm9XZevNwr5oG853OhvxuaTIrNnhYL iLVxAjGkbOiZjRYvoxrn1zxKwOETJQtBk9vjYug5zyYoTYzVbPosuCw9hUGAExeItyK3 rM55BOoKSW9+crylInUYLnuVurg6nrvnlK4dMgpxjyjK8AHb8hk8xUjY0yDIL9WYY8xB 6f6/aQ6YIfuwggeCvIdgQWzYmUqHKN2W0Fw420RCYdUA4pmkwKYpuyl6bbg+UKnB2lt2 eKkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678903429; h=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=liYCC7Brs8CwElVdrMIGcPi+54HrXcF36nXf6/pQKgM=; b=dxSphWe5jVHwebkY4vFdDyKkJ9POYhv1EPtpuHx1jZYGvn9uUj5VvU6xts2I8KflPF 9ZFl8qT8FfZK81puwpjHwVl6bm7+T5EgmWiPxn7eWcVCxnQ+DxtmAg3oZgJCbjE4M0kG FI+QkgyMr/fCXUPBtZM935BEAJcD9wSR+UwJESeQ6GusFnokT4sVnppFrsyvgi/skZbh cE6CyxwVBpWUu/ez7yjeeCgfH+7A4pqX4h1QBprHvtyu5R95DbZ/jpSS83McGJHToD9G C9/sF7OX6DsNCqEXlEw+MoJ/EzqbP/AZThzpz3LIYe2QEDGVWRtLBpE9iEot0oDpgUI1 SD/w== X-Gm-Message-State: AO0yUKVXDo/ZzyX8tInXFH6geNS07eDyPpAhadNTvidvXHtNSpG0LXkJ mZo1K74m76iAwZjFaRGhgVnzyevZPK+OKBZLYwhOFkM3xn3EPDZK X-Google-Smtp-Source: AK7set9LQFv1bRDbJ+FJ1RQjZT17mRYLwt4oyUpXxF8cBD+v/qNIVATWpEZP24KV8cjQ3dX3L/OD6S78uVYIIwzPhgc= X-Received: by 2002:a05:620a:1389:b0:743:9b78:d97e with SMTP id k9-20020a05620a138900b007439b78d97emr4490813qki.14.1678903429713; Wed, 15 Mar 2023 11:03:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kieran Kunhya Date: Wed, 15 Mar 2023 18:03:38 +0000 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: Remove dead function 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 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: > > As far as I know, this codec never had the AV_CODEC_CAP_DRAW_HORIZ_BAND > flag set (the commented out flag was removed in > e0c01a62adf59d1866ec53dcd76e4d4c815c5d58). Are you sure it ever worked? > Do you know someone who uses draw_horiz_band? > (Given the lack of the flag, ut would have been either illegal for the > caller to set draw_horiz_band or for the decoder to call it.) > > - Andreas > I use draw_horiz_band and it did work. I have no idea why the flag was commented out. There is a FATE test for draw_horiz_band but not for h264 it seems. Kieran _______________________________________________ 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".