X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_aout.h;h=83e347878c1452031f2cdfab07d294ee394cb85b;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=5cb2eb017fb747e7a929c63d44d9b1bfe1e27c74;hpb=a672233d974d28a04fbe7d39f349591627050248;p=vlc diff --git a/include/vlc_aout.h b/include/vlc_aout.h index 5cb2eb017f..83e347878c 100644 --- a/include/vlc_aout.h +++ b/include/vlc_aout.h @@ -247,7 +247,7 @@ struct aout_instance_t }; /** - * It describes the audio channel order VLC except. + * It describes the audio channel order VLC expect. */ static const uint32_t pi_vlc_chan_order_wg4[] = { @@ -332,7 +332,7 @@ VLC_EXPORT( void, aout_EnableFilter, (vlc_object_t *, const char *, bool )); aout_EnableFilter( VLC_OBJECT(o), n, b ) /* */ -VLC_EXPORT( vout_thread_t *, aout_filter_RequestVout, ( filter_t *, vout_thread_t *p_vout, video_format_t *p_fmt ) ); +VLC_EXPORT( vout_thread_t *, aout_filter_RequestVout, ( filter_t *, vout_thread_t *p_vout, video_format_t *p_fmt ) LIBVLC_USED ); # ifdef __cplusplus }