]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/acelp_filters.h
vaapi_h264: Add support for VUI parameters
[ffmpeg] / libavcodec / acelp_filters.h
index 6a9ebd943e5aa15e04bd636966f8d0993c4dba9b..2be4c24395b90408535d34b760c5ff7e415f7d23 100644 (file)
@@ -49,7 +49,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,