diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-12 15:16:57 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-12 15:16:57 +0200 |
commit | 95f92b2513342d3122320de6f80ebf8e55a91728 (patch) | |
tree | 5e189d38e934195af053156da8d2fe2c7c74f681 /libavcodec/dct32.h | |
parent | 580c4fc98a213ff56ec95f95c30dde81cb7ef46c (diff) | |
parent | f00f6d538dcbaa122eb5e2784f41f4a299296b7b (diff) | |
download | ffmpeg-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.h | 2 |
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 */ |