summaryrefslogtreecommitdiff
path: root/libavcodec/dct32.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-12 15:16:57 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-12 15:16:57 +0200
commit95f92b2513342d3122320de6f80ebf8e55a91728 (patch)
tree5e189d38e934195af053156da8d2fe2c7c74f681 /libavcodec/dct32.h
parent580c4fc98a213ff56ec95f95c30dde81cb7ef46c (diff)
parentf00f6d538dcbaa122eb5e2784f41f4a299296b7b (diff)
downloadffmpeg-95f92b2513342d3122320de6f80ebf8e55a91728.tar.gz
Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'
* commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b': lavc: Sanitize header inclusion guards Merged-by: Hendrik Leppkes <h.leppkes@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 f4b2471de2..61bf223a8d 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 */