mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
svq3: Adjust #endif comment
This commit is contained in:
parent
192ccc5034
commit
61e7c7f27b
@ -24,4 +24,4 @@
|
|||||||
void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp);
|
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);
|
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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user