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 7248247D2F for ; Thu, 19 Oct 2023 12:48:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 799D168B1F3; Thu, 19 Oct 2023 15:48:14 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CD63268B1F3 for ; Thu, 19 Oct 2023 15:48:07 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 1E0B810602E0 for ; Thu, 19 Oct 2023 12:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1697719686; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=9/dQ5gTiLIMKOZ8P/KF/Wmv/ZZB2Z103pdjw28+yfOM=; b=JBb+SFfiNfNA4Q7v7p5WmQfyxnZbAETfFj3mY91IGhojZqeIClDYbmLBfqxrYmM6 GaOW/vBWFmBfKcgKqnZhDQ1Kk+4d1grc/kQ2CA0FSB+ooNID1Ll78tUV9yyKikXIXLH 1+G/I0TbV+wUHP5ShJrPOJWbuZWay6wManiZ3tl4+fGq5gEMU8vS1JiSOTeev3Csa/H k7GAj9UHjE19dULaCqIgmYVw3kIanmtcVOZCROBmG+PHeNUqQyYZ9S710TDa8brGoXl L2i/fGjGJ8H5wHi7ImNFrHhoqHZPsikNGjJ7ZdPUXqSeQt2nfCKwhtxj453NUUpVlN2 LneVqa8xJw== Date: Thu, 19 Oct 2023 14:48:06 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <169770484624.32606.5385124111650249075@lain.khirnov.net> References: <169770484624.32606.5385124111650249075@lain.khirnov.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] aacdec: padding skip improvements 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: Oct 19, 2023, 10:40 by anton@khirnov.net: > Quoting Lynne (2023-10-19 04:38:51) > >> @@ -3471,6 +3478,9 @@ static const AVOption options[] = { >> { "coded", "order in which the channels are coded in the bitstream", >> 0, AV_OPT_TYPE_CONST, { .i64 = CHANNEL_ORDER_CODED }, .flags = AACDEC_FLAGS, "channel_order" }, >> >> + { "padding", "Override the padding at the start of a stream.\n", >> + offsetof(AACContext, override_padding), AV_OPT_TYPE_INT, { .i64 = 1024 }, 1024, 8192, AACDEC_FLAGS }, >> > > Why should this be a decoder option when the caller can already control > it by inserting AV_PKT_DATA_SKIP_SAMPLES? > CLI, sadly, mainly. _______________________________________________ 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".