summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.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/twinvq.h
parent580c4fc98a213ff56ec95f95c30dde81cb7ef46c (diff)
parentf00f6d538dcbaa122eb5e2784f41f4a299296b7b (diff)
Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'
* commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b': lavc: Sanitize header inclusion guards Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/twinvq.h')
-rw-r--r--libavcodec/twinvq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h
index 206eeaaf83..228a4894e2 100644
--- a/libavcodec/twinvq.h
+++ b/libavcodec/twinvq.h
@@ -200,4 +200,4 @@ int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data,
int ff_twinvq_decode_close(AVCodecContext *avctx);
int ff_twinvq_decode_init(AVCodecContext *avctx);
-#endif /* AVCODEC_TWINVQ_DATA_H */
+#endif /* AVCODEC_TWINVQ_H */