Commit e948f173 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '61e7c7f2'

* commit '61e7c7f2':
  svq3: Adjust #endif comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fdba5645 61e7c7f2
......@@ -24,4 +24,4 @@
void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp);
void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc);
#endif /* AVCODEC_DSPUTIL_H */
#endif /* AVCODEC_SVQ3_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment