1 parent 34dee52 commit 0e2b6fbCopy full SHA for 0e2b6fb
1 file changed
src/main/java/uk/co/caprica/vlcj/media/PictureType.java
@@ -30,7 +30,8 @@ public enum PictureType {
30
ARGB(0),
31
PNG (1),
32
JPG (2),
33
- WEBP(3);
+ WEBP(3),
34
+ RGBA(4);
35
36
private static final Map<Integer, PictureType> INT_MAP = new HashMap<Integer, PictureType>();
37
0 commit comments