From patchwork Thu Feb 16 00:50:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marton Balint X-Patchwork-Id: 40397 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a20:5494:b0:bf:7b3a:fd32 with SMTP id i20csp90726pzk; Wed, 15 Feb 2023 16:50:42 -0800 (PST) X-Google-Smtp-Source: AK7set/ooE3bK42Me9VUvppoKHqku9PAu5Rxivc+dr004bWUEvyPENdhn4fJoAU3DEXvmNqracyZ X-Received: by 2002:a17:907:3f1d:b0:878:54e3:e3e1 with SMTP id hq29-20020a1709073f1d00b0087854e3e3e1mr4665786ejc.73.1676508642420; Wed, 15 Feb 2023 16:50:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1676508642; cv=none; d=google.com; s=arc-20160816; b=l7uvg4QccPhXEJTb5dZJL4zH83Ayd/r1qyd2bIWBei8Kvq3rnoReQun+0MiMQdjtk7 597K6GrxajFqSxzdI+Lr+D9vIJj0TcKiEu4QHCn+3bHf7K+3C/3+j/hKje4a9IGklpyL MCe6H9A52v/C2EvtAnbCZYTyNgpHOEo0OS4ZaDzvaMzDRkmtRzsMllO3TvUCHf/OWmdV 9Y41Vv6w0GJJTg7SKm7ynKIlVuQBnrTpAAcSm3lMYdQu0HTY0Od1psmUIT5l46Tvs3WB UX2L+KHNidlUJ9tvgJz3L2e1yf0e6rcfnWG1A/FlnU4RlWyEW4uGgUv2wj9DUROGlxtd xcOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:message-id:date:to:from :delivered-to; bh=0JlfsWWDS3RgpZ3E5nsy/CyP8oQ81Y7bJRz+t2wB1yM=; b=Z5AxmLOHkNCoIe4f1rKFGaVhWbOaFEyKk6j11FTiIO078V6Ocvu4rvZHW0NngC51Nk ofppQ/zMZU04SQLRonkV3Tp3hZVk+lbMEP/mclEBie5Yw0eUj93htFgpzevhxMtp8UX/ LavLffKOb0LIMOC5Rrzf4W7vTVA6kkACqWSGSNG9kI6WFZ5cLaFS6YqoZsF492atUBf0 1R2jSRkG9lMTaXDbgaA9Qr21M/ZaSQJYt2d2fF0jz5kc36YELF/7i6gxOrz4jyPbz5Kq xnLMRlTlYbbvjF3cga6vM2J3l6emAEp033rW4WWomLaHsW01+z8rkudNGpIph6WUkdww y+dA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id u16-20020a05640207d000b004a21d09b14bsi411813edy.160.2023.02.15.16.50.41; Wed, 15 Feb 2023 16:50:42 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A9F3D68BE76; Thu, 16 Feb 2023 02:50:38 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9A97D68A23A for ; Thu, 16 Feb 2023 02:50:31 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 1FDDAE8724; Thu, 16 Feb 2023 01:50:30 +0100 (CET) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gBVIICB51wx2; Thu, 16 Feb 2023 01:50:28 +0100 (CET) Received: from bluegene.passwd.hu (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 60C0FE7FE1; Thu, 16 Feb 2023 01:50:28 +0100 (CET) From: Marton Balint To: ffmpeg-devel@ffmpeg.org Date: Thu, 16 Feb 2023 01:50:26 +0100 Message-Id: <20230216005026.21462-1-cus@passwd.hu> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc: remove docs for options removed at the bump 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: Marton Balint Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: mVSOaH7ASyPr Signed-off-by: Marton Balint --- doc/encoders.texi | 16 ---------------- doc/filters.texi | 5 ----- doc/muxers.texi | 6 ------ 3 files changed, 27 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index 727f12a59d..b02737b9df 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1949,22 +1949,6 @@ Set the number of slices, used in parallelized encoding. Default value is 0. This is only used when @option{slice_mode} is set to @samp{fixed}. -@item slice_mode -Set slice mode. Can assume one of the following possible values: - -@table @samp -@item fixed -a fixed number of slices -@item rowmb -one slice per row of macroblocks -@item auto -automatic number of slices according to number of threads -@item dyn -dynamic slicing -@end table - -Default value is @samp{auto}. - @item loopfilter Enable loop filter, if set to 1 (automatically enabled). To disable set a value of 0. diff --git a/doc/filters.texi b/doc/filters.texi index a4e235d2af..49b0cd0683 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -26843,11 +26843,6 @@ Specify the frame rate expected for the video stream. @item pixel_aspect, sar The sample (pixel) aspect ratio of the input video. -@item sws_param -This option is deprecated and ignored. Prepend @code{sws_flags=@var{flags};} -to the filtergraph description to specify swscale flags for automatically -inserted scalers. See @ref{Filtergraph syntax}. - @item hw_frames_ctx When using a hardware pixel format, this should be a reference to an AVHWFramesContext describing input frames. diff --git a/doc/muxers.texi b/doc/muxers.texi index ed5341be39..79dd864182 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -795,12 +795,6 @@ deletes them. Increase this to allow continue clients to download segments which were recently referenced in the playlist. Default value is 1, meaning segments older than @code{hls_list_size+1} will be deleted. -@item hls_ts_options @var{options_list} -Set output format options using a :-separated list of key=value -parameters. Values containing @code{:} special characters must be -escaped. -@code{hls_ts_options} is deprecated, use hls_segment_options instead of it.. - @item hls_start_number_source Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source. Unless @code{hls_flags single_file} is set, it also specifies source of starting sequence numbers of