]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
Use var_InheritString for --decklink-video-connection.
[vlc] / include / vlc_aout.h
index 5cb2eb017fb747e7a929c63d44d9b1bfe1e27c74..83e347878c1452031f2cdfab07d294ee394cb85b 100644 (file)
@@ -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
 }