Home
last modified time | relevance | path

Searched refs:VLC_CODEC_TARKIN (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h55 #define VLC_CODEC_TARKIN VLC_FOURCC('t','a','r','k') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h527 B(VLC_CODEC_TARKIN, "Xiph.org's Tarkin Video"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c1475 if( p_stream->fmt.i_codec == VLC_CODEC_TARKIN ) in Ogg_DecodePacket()
1502 p_stream->fmt.i_codec != VLC_CODEC_TARKIN && in Ogg_DecodePacket()
1775 es_format_Change( &p_stream->fmt, AUDIO_ES, VLC_CODEC_TARKIN ); in Ogg_FindLogicalStreams()