avs_is_int 530 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; } avs_is_int 480 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; }