Ticket #51460: patch-audiophash.h.diff

File patch-audiophash.h.diff, 420 bytes (added by toy, 8 years ago)
  • src/audiophash.h

    old new  
    3434
    3535extern "C" {
    3636#include "ph_fft.h"
    37 }
    3837
    3938/*  /brief count number of samples in file
    4039 * 
     
    105104 */
    106105double* ph_audio_distance_ber(uint32_t *hash_a , const int Na, uint32_t *hash_b, const int Nb, const float threshold, const int block_size, int &Nc);
    107106
     107}
     108
    108109#endif