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/twinvq.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/twinvq.h')
-rw-r--r-- | libavcodec/twinvq.h | 2 |
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 */ |