diff --git a/pHash-0.9.6/src/audiophash.h b/pHash-0.9.6/src/audiophash.h index ed0f9ab..7384404 100644 --- a/pHash-0.9.6/src/audiophash.h +++ b/pHash-0.9.6/src/audiophash.h @@ -34,7 +34,6 @@ extern "C" { #include "ph_fft.h" -} /* /brief count number of samples in file * @@ -105,4 +104,6 @@ double ph_compare_blocks(const uint32_t *ptr_blockA,const uint32_t *ptr_blockB, */ double* 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); +} + #endif