Skip to content

Commit

Permalink
fourcc: add VP10
Browse files Browse the repository at this point in the history
  • Loading branch information
fcartegnie committed Sep 5, 2016
1 parent d65d8e4 commit b4ba5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vlc_fourcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
#define VLC_CODEC_VP7 VLC_FOURCC('V','P','7','0')
#define VLC_CODEC_VP8 VLC_FOURCC('V','P','8','0')
#define VLC_CODEC_VP9 VLC_FOURCC('V','P','9','0')
#define VLC_CODEC_VP10 VLC_FOURCC('V','P',':','0')
#define VLC_CODEC_AV1 VLC_FOURCC('a','v','1','0')
#define VLC_CODEC_JPEG2000 VLC_FOURCC('J','P','2','K')
#define VLC_CODEC_LAGARITH VLC_FOURCC('L','A','G','S')
Expand Down

0 comments on commit b4ba5c4

Please sign in to comment.