Skip to content

Commit 0e2b6fb

Browse files
committed
Add RGBA to native picture type enum
1 parent 34dee52 commit 0e2b6fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/uk/co/caprica/vlcj/media/PictureType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public enum PictureType {
3030
ARGB(0),
3131
PNG (1),
3232
JPG (2),
33-
WEBP(3);
33+
WEBP(3),
34+
RGBA(4);
3435

3536
private static final Map<Integer, PictureType> INT_MAP = new HashMap<Integer, PictureType>();
3637

0 commit comments

Comments
 (0)