Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
caprica committed Jun 4, 2024
1 parent 69a3bcc commit 305e529
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* 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
Expand Down

0 comments on commit 305e529

Please sign in to comment.