summaryrefslogtreecommitdiff
path: root/libavcodec/dct32.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct32.h')
-rw-r--r--libavcodec/dct32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct32.h b/libavcodec/dct32.h
index 110338d25c..8bf6880155 100644
--- a/libavcodec/dct32.h
+++ b/libavcodec/dct32.h
@@ -22,4 +22,4 @@
void ff_dct32_float(float *dst, const float *src);
void ff_dct32_fixed(int *dst, const int *src);
-#endif
+#endif /* AVCODEC_DCT32_H */