summaryrefslogtreecommitdiff
path: root/libavcodec/dct32.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-10 20:26:09 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-12 13:39:37 +0200
commitf00f6d538dcbaa122eb5e2784f41f4a299296b7b (patch)
treeaa2f47b293354e8d4cf11b75d762d844fde861ea /libavcodec/dct32.h
parent6064f697a321174232a3fad351afb21150c3e9e5 (diff)
lavc: Sanitize header inclusion guards
Fix typos, add missing comments, and remove stray lines. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 */