[FFmpeg-cvslog] doc/filters/libplacebo: remove outdated example

Niklas Haas git at videolan.org
Wed Apr 26 16:37:05 EEST 2023


ffmpeg | branch: master | Niklas Haas <git at haasn.dev> | Sat Apr 22 21:29:15 2023 +0200| [4fa691b761202f5e1d71f15f3645fa4ee6e1ff84] | committer: Niklas Haas

doc/filters/libplacebo: remove outdated example

This example being first is now misleading because round-tripping
through hwdownload/hwupload is neither required nor recommended. Also,
the comment about avoiding format conversion is unnecessary because
`libplacebo` will now inherit the input frame format by default.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4fa691b761202f5e1d71f15f3645fa4ee6e1ff84
---

 doc/filters.texi | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index a7972ff736..011b1bbc62 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16330,16 +16330,6 @@ This filter supports almost all of the above options as @ref{commands}.
 
 @subsection Examples
 @itemize
- at item
-Complete example for how to initialize the Vulkan device, upload frames to the
-GPU, perform filter conversion to yuv420p, and download frames back to the CPU
-for output. Note that in specific cases you can get around the need to perform
-format conversion by specifying the correct @code{format} filter option
-corresponding to the input frames.
- at example
-ffmpeg -i $INPUT -init_hw_device vulkan -vf hwupload,libplacebo=format=yuv420p,hwdownload,format=yuv420p $OUTPUT
- at end example
-
 @item
 Tone-map input to standard gamut BT.709 output:
 @example



More information about the ffmpeg-cvslog mailing list