diff --git a/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardOpaqueBufferFormat.java b/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardOpaqueBufferFormat.java index 351df631d..5c60404cd 100644 --- a/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardOpaqueBufferFormat.java +++ b/src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/format/StandardOpaqueBufferFormat.java @@ -29,7 +29,7 @@ public class StandardOpaqueBufferFormat extends BufferFormat { /** - * Creates a RV32 buffer format with the given width and height. + * Creates a RV24 buffer format with the given width and height. * * @param width width of the buffer * @param height height of the buffer