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 CE21445AC0 for ; Wed, 15 Mar 2023 18:16:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2AD5D68AF9E; Wed, 15 Mar 2023 20:16:45 +0200 (EET) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C16AE68A2B8 for ; Wed, 15 Mar 2023 20:16:38 +0200 (EET) Received: by mail-qk1-f174.google.com with SMTP id g20so7081655qkm.7 for ; Wed, 15 Mar 2023 11:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; t=1678904197; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=ApzAxAtgBuf7s6CSiQHGTAGed1WfoDuQCOanr6bgLSc=; b=A6FTILJTkQo2qVLTq2+lncO366TVZFgaHzHXWvElv6AXnt2zQjT5g0kB+6c2ZPHPfD Nfxh2o5A/K9UXnBSjVxrFuy2mNkpzcY/AGnT2NvMaI+bU+Z1nTriHjB+7vKNVHA5Gbpy 5Q8KM1T/gahjOF95CkubNxWEUQOFOLxJhJ/fcuH+UQZETJAAnrltTnoQrgga+ILqvB6s nJ92kpbIqKi0YVhnXuOZXMjFkf0M+yrqLncT0LQScZzy4q1ofz7ar8dPvm0R2Xd0BaYr m85b7G1dJVw/4c4OH57bhK1Bmk4we4Cau2PhDMD7Kt98Iel5zzXIZFNJ2XsvYQ770zHi pJEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678904197; 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=ApzAxAtgBuf7s6CSiQHGTAGed1WfoDuQCOanr6bgLSc=; b=qhVLqejFVu/3AiHpTT6EcLapf0gV7GWqfGfOcq/rOXUDtFh0ngTYm5s14B/MUnAwkA 2XX/+bsVYxEv1qpVNQV4akXhJjK6BlRF+ZjDcWeg7ERhmFVBcjyuM5D/kn+NRRChRyUw ozzLwrcMw1qcNF3S5RJy/K87vu4v1SHr5OdhW91ClAzqX1y3QRWEX4u/F5NGDA0/OrYe 2YXYW9JRfepvQCpS5iWG+YRl8YXzK1/iZcw6d2KN+8cBuaabMp0ENVuDE0a1qq01Fann Egz8gh6LaGgPKuaG7UIiaOsGME21m8U9+J2ZA7viP5Hqzy+FpSW199i0ALp4e5TCn0pV G9oA== X-Gm-Message-State: AO0yUKVpdo3FUHyUYAJXDxDW0D3engdLJZ55A+2J8Wsgnvjc26hZ8PBp P3+9zsYLGrEjXEWrq2FDDYcyzNPkcf26uk1jk8nekghMBPfWIA03 X-Google-Smtp-Source: AK7set+M7heKkVSakGHszeik21tqbxdUImb47VthFxO6UZ+loA/dw/rYalWD1LXER8mQ0UZ8hUa6asOZqeaY5tD6tC8= X-Received: by 2002:a05:620a:1389:b0:743:9b78:d97e with SMTP id k9-20020a05620a138900b007439b78d97emr4503019qki.14.1678904197183; Wed, 15 Mar 2023 11:16:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kieran Kunhya Date: Wed, 15 Mar 2023 18:16:26 +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: On Wed, 15 Mar 2023 at 18:07, Kieran Kunhya wrote: > (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.) >> > > This is not a documented restriction: > https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/avcodec.h#L637 > Ignore that, the test is what doesn't follow this. 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".