Home
last modified time | relevance | path

Searched refs:VLC_CODEC_BD_TEXT (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dtextst.c268 if (p_dec->fmt_in.i_codec != VLC_CODEC_BD_TEXT) in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c482 { VLC_CODEC_BD_TEXT, AV_CODEC_ID_HDMV_TEXT_SUBTITLE },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h545 #define VLC_CODEC_BD_TEXT VLC_FOURCC('b','d','t','x') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1606 B(VLC_CODEC_BD_TEXT, "BD Text subtitles"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psi.c1279 es_format_Change( p_fmt, SPU_ES, VLC_CODEC_BD_TEXT ); in PMTSetupEsHDMV()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp2126 vars.p_fmt->i_codec = VLC_CODEC_BD_TEXT; in TrackInit()