Home
last modified time | relevance | path

Searched refs:VLC_CODEC_OGGSPOTS (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Doggspots.c106 if (p_dec->fmt_in.i_codec != VLC_CODEC_OGGSPOTS) { in set_category()
146 p_dec->fmt_out.i_codec = VLC_CODEC_OGGSPOTS; in OpenPacketizer()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h57 #define VLC_CODEC_OGGSPOTS VLC_FOURCC('S','P','O','T') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c665 if( p_stream->fmt.i_codec == VLC_CODEC_OGGSPOTS ) in Demux()
1032 p_stream->fmt.i_codec == VLC_CODEC_OGGSPOTS || in Ogg_UpdatePCR()
1508 p_stream->fmt.i_codec != VLC_CODEC_OGGSPOTS ) in Ogg_DecodePacket()
3491 es_format_Change( &p_stream->fmt, VIDEO_ES, VLC_CODEC_OGGSPOTS ); in Ogg_ReadOggSpotsHeader()
H A Doggseek.c740 case VLC_CODEC_OGGSPOTS: in Oggseek_GranuleToAbsTimestamp()