Browse Source

svq3: Adjust #endif comment

tags/n2.2-rc1
Diego Biurrun 11 years ago
parent
commit
61e7c7f27b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/svq3.h

+ 1
- 1
libavcodec/svq3.h View File

@@ -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 */

Loading…
Cancel
Save