Skip to content

Commit

Permalink
Add WEBP picture type
Browse files Browse the repository at this point in the history
  • Loading branch information
caprica committed Feb 2, 2024
1 parent c07ca9c commit 5ea1596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/uk/co/caprica/vlcj/media/PictureType.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public enum PictureType {

ARGB(0),
PNG (1),
JPG (2);
JPG (2),
WEBP(3);

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

Expand Down

0 comments on commit 5ea1596

Please sign in to comment.