From 4fa691b761202f5e1d71f15f3645fa4ee6e1ff84 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 22 Apr 2023 21:29:15 +0200 Subject: 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. --- doc/filters.texi | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc') 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 -@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. -@example -ffmpeg -i $INPUT -init_hw_device vulkan -vf hwupload,libplacebo=format=yuv420p,hwdownload,format=yuv420p $OUTPUT -@end example - @item Tone-map input to standard gamut BT.709 output: @example -- cgit v1.2.1