]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft.h
libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
[ffmpeg] / libavcodec / fft.h
index dc3c1909b013b225f092cad4d79345b2d9031ca6..706f94b5741e21c9690f90322c5ce7dc49e696d6 100644 (file)
@@ -119,7 +119,7 @@ extern COSTABLE_CONST FFTSample* const FFT_NAME(ff_cos_tabs)[17];
 
 /**
  * Initialize the cosine table in ff_cos_tabs[index]
- * \param index index in ff_cos_tabs array of the table to initialize
+ * @param index index in ff_cos_tabs array of the table to initialize
  */
 void ff_init_ff_cos_tabs(int index);