From 91649fb05335e79f4041d1f6c4e88171f7b5f28b Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Tue, 11 Aug 2026 13:57:55 +0300 Subject: [PATCH] Document cuda-preprocess in the library feature table Signed-off-by: Onuralp SEZER --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 533a1ce..f9abb86 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -331,6 +331,7 @@ //! | `video` | Video file decoding/encoding (requires `FFmpeg`) | //! | `cuda` | NVIDIA CUDA acceleration | //! | `tensorrt` | NVIDIA `TensorRT` optimization | +//! | `cuda-preprocess` | GPU preprocessing with zero-copy `TensorRT` input | //! | `coreml` | Apple `CoreML` (macOS/iOS) | //! | `openvino` | Intel `OpenVINO` | //! | `onednn` | Intel oneDNN |