[vlc-devel] [PATCH 1/4] chromaprint: add stream out chromaprint module
Francois Cartegnie
fcvlcdev at free.fr
Sun Mar 10 16:15:38 CET 2013
Le 26/02/2013 18:29, Rémi Denis-Courmont a écrit :
>> + if( p_fmt->i_codec != VLC_CODEC_S16L )
>> + {
>> + msg_Warn( p_stream, "bad input format: need s16l" );
>> + goto error;
>> + }
>
> Not the whole world is little endian.
Why do I need to care about s16b when the fingerprinter asks s16l in
sout chain ?
Francois
More information about the vlc-devel
mailing list