Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Daes3.c271 if( p_dec->fmt_in.i_codec != VLC_CODEC_302M ) in Open()
290 p_dec->fmt_out.i_codec = VLC_CODEC_302M; in Open()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h477 #define VLC_CODEC_302M VLC_FOURCC('3','0','2','m') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1421 B(VLC_CODEC_302M, "302M Audio"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psi.c1064 es_format_Change( p_fmt, AUDIO_ES, VLC_CODEC_302M ); in PMTSetupEs0x06()
1306 { "BSSD", AUDIO_ES, VLC_CODEC_302M }, in PMTSetupEsRegistration()