diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-10 20:26:09 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-12 13:39:37 +0200 |
commit | f00f6d538dcbaa122eb5e2784f41f4a299296b7b (patch) | |
tree | aa2f47b293354e8d4cf11b75d762d844fde861ea /libavcodec/hqxdsp.h | |
parent | 6064f697a321174232a3fad351afb21150c3e9e5 (diff) | |
download | ffmpeg-f00f6d538dcbaa122eb5e2784f41f4a299296b7b.tar.gz |
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/hqxdsp.h')
-rw-r--r-- | libavcodec/hqxdsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hqxdsp.h b/libavcodec/hqxdsp.h index 163c1f8ab2..2cd2a8e9a4 100644 --- a/libavcodec/hqxdsp.h +++ b/libavcodec/hqxdsp.h @@ -37,4 +37,3 @@ typedef struct HQXDSPContext { void ff_hqxdsp_init(HQXDSPContext *c); #endif /* AVCODEC_HQXDSP_H */ - |