Home
last modified time | relevance | path

Searched refs:VLC_CODEC_VP10 (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h123 #define VLC_CODEC_VP10 VLC_FOURCC('V','P',':','0') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c614 p_track->fmt.i_codec = VLC_CODEC_VP10; in SetupVideoES()