]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/celp_filters.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / celp_filters.h
index 145e3d33465b19fce065a64c6787b5daa6b84279..2fb2b03aaa7e0d13aa6498fc279e70fdc73c266a 100644 (file)
@@ -34,7 +34,7 @@
  *
  *  fc_out[n] = sum(i,0,len-1){ fc_in[i] * filter[(len + n - i)%len] }
  *
- * \note fc_in and fc_out should not overlap!
+ * @note fc_in and fc_out should not overlap!
  */
 void ff_celp_convolve_circ(int16_t *fc_out, const int16_t *fc_in,
                            const int16_t *filter, int len);