Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.h

    re6a78ea rfc61225  
    4040 * \param fhig maximum input
    4141 * \param nelems number of histogram columns
    42  * \param channels number of channels
    4342 */
    44 aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems, uint_t channels);
     43aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems);
    4544/** histogram deletion */
    4645void del_aubio_hist(aubio_hist_t *s);
Note: See TracChangeset for help on using the changeset viewer.