From 305e5299f600438a40ed765d28f072dca9561aff Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Tue, 4 Jun 2024 13:55:17 +0100 Subject: [PATCH] Fix Javadoc --- .../callback/format/StandardAlphaBufferFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardAlphaBufferFormat.java b/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardAlphaBufferFormat.java index 1a186a15c..5e57dd918 100644 --- a/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardAlphaBufferFormat.java +++ b/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardAlphaBufferFormat.java @@ -22,14 +22,14 @@ import uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormat; /** - * Implementation of a buffer format for RV32. + * Implementation of a buffer format for BGRA. *

* BGRA is used, a 32-bit BGR format with alpha in a single plane. */ public class StandardAlphaBufferFormat extends BufferFormat { /** - * Creates a RV32 buffer format with the given width and height. + * Creates a BGRA buffer format with the given width and height. * * @param width width of the buffer * @param height height of the buffer