]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft.h
h264dec: add forgotten copying of h->sync
[ffmpeg] / libavcodec / fft.h
index 24db7e3d246f882012c2898bbe66adc54424fbf8..0e19e947b17016817930227ca6890be2bf7fefae 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);