X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_input.h;h=be2821265c6988220ae8b667f8ea47db0d95ae16;hb=688f0a8d8913f20ac5d3e27bf4f2bbe35c9f5de7;hp=7e155f77245664ba05503b303bb93d131acc1300;hpb=43a486b582e5aad8ebbe075bcf2071bb8eb72057;p=vlc diff --git a/include/vlc_input.h b/include/vlc_input.h index 7e155f7724..be2821265c 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -31,7 +31,7 @@ #include #include -#include /* strstr() */ +#include /* strcasestr() */ struct vlc_meta_t; @@ -169,7 +169,7 @@ static inline bool input_item_MetaMatch( input_item_t *p_i, vlc_meta_type_t meta return false; } const char * meta = vlc_meta_Get( p_i->p_meta, meta_type ); - bool ret = meta && strstr( meta, psz ); + bool ret = meta && strcasestr( meta, psz ); vlc_mutex_unlock( &p_i->lock ); return ret; @@ -525,6 +525,8 @@ static inline void vlc_input_attachment_Delete( input_attachment_t *a ) *****************************************************************************/ /* "state" value */ +/* NOTE: you need to update ppsz_input_state in the RC interface + * if you modify this list. */ enum input_state_e { INIT_S = 0, @@ -536,7 +538,7 @@ enum input_state_e FORWARD_S, BACKWARD_S, END_S, - ERROR_S + ERROR_S, }; /* "rate" default, min/max