Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h535 #define VLC_CODEC_CMML VLC_FOURCC('c','m','m','l') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c510 else if( p_stream->fmt.i_codec == VLC_CODEC_CMML ) in Demux()
1505 p_stream->fmt.i_codec != VLC_CODEC_CMML && in Ogg_DecodePacket()
2207 if( p_stream->fmt.i_codec == VLC_CODEC_CMML ) in Ogg_CreateES()
2624 case VLC_CODEC_CMML: /* CMML is XML text, doesn't have Vorbis comments */ in Ogg_ExtractMeta()
3078 es_format_Change( &p_stream->fmt, SPU_ES, VLC_CODEC_CMML ); in Ogg_ApplyContentType()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1582 B(VLC_CODEC_CMML, "CMML annotations/metadata"),
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c760 case VLC_CODEC_CMML: in OggGetSkeletonFisbone()