]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/acelp_filters.h
vp9: add superframe merging bitstream filter.
[ffmpeg] / libavcodec / acelp_filters.h
index 7a3061bd1fc5f9db67842bbdbfa6ac315168ead5..fe86cb20974238a011004ed871ba66278cb875c0 100644 (file)
@@ -82,7 +82,6 @@ extern const int16_t ff_acelp_interp_filter[61];
  * filter_coeffs contains coefficients of the right half of the symmetric
  * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.
  * See ff_acelp_interp_filter for an example.
- *
  */
 void ff_acelp_interpolate(int16_t* out, const int16_t* in,
                           const int16_t* filter_coeffs, int precision,