Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dreal.c685 assert( tk->fmt.i_codec == VLC_CODEC_RA_288 ); in DemuxAudioMethod1()
895 case VLC_CODEC_RA_288: in DemuxAudio()
1572 fmt.i_codec = VLC_CODEC_RA_288; in CodecAudioParse()
1693 else if( fmt.i_codec == VLC_CODEC_RA_288 ) in CodecAudioParse()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c383 { VLC_CODEC_RA_288, AV_CODEC_ID_RA_288 },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h429 #define VLC_CODEC_RA_288 VLC_FOURCC('2','8','_','8') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1198 B(VLC_CODEC_RA_288, "RealAudio 2.0"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp1994 fill_extra_data( p_tk, p_tk->fmt.i_codec == VLC_CODEC_RA_288 ? 0 : 78); in TrackInit()
2018 A_REAL__helper (vars, VLC_CODEC_RA_288); in TrackInit()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20104282 Fixed potential division by 0 with corrupted real file and VLC_CODEC_RA_288.