summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-28 08:23:02 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-20 04:16:15 -0800
commit61e7c7f27b0a2652bf5cd282b97762ee99d025ef (patch)
tree9a92dc1f866303464e8ee82c5932aa4323b46a22 /libavcodec
parent192ccc5034ad4ac1b5022fc16c1162267add6a0f (diff)
svq3: Adjust #endif comment
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/svq3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.h b/libavcodec/svq3.h
index 8c67a23789..a20e620f8e 100644
--- a/libavcodec/svq3.h
+++ b/libavcodec/svq3.h
@@ -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 */