]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Do not access to internal p_input sout in input_DecoderNew.
[vlc] / include / vlc_input.h
index 70f56c62713c3565764c46b38ba0a3217521ebfe..f9f56781f971ea8d5689010679562cfcfad1841e 100644 (file)
@@ -540,7 +540,7 @@ static inline input_state_e input_GetState( input_thread_t * p_input )
     input_Control( p_input, INPUT_GET_STATE, &state );
     return state;
 }
-VLC_EXPORT( decoder_t *, input_DecoderNew, ( input_thread_t *, es_format_t *, bool b_force_decoder ) );
+VLC_EXPORT( decoder_t *, input_DecoderNew, ( input_thread_t *, es_format_t *, sout_instance_t * ) );
 VLC_EXPORT( void, input_DecoderDelete, ( decoder_t * ) );
 VLC_EXPORT( void, input_DecoderDecode,( decoder_t *, block_t * ) );