[vlc-devel] [PATCH 20/28] modules/codec/avcodec: fixed include-guards
Filip Roséen
filip at atch.se
Sat Feb 20 23:20:25 CET 2016
* renamed include-guards to fix issues with reserved identifiers
---
modules/codec/avcodec/chroma.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index d7ef4ef..1e04a3f 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -23,8 +23,8 @@
/* VLC <-> avutil tables */
-#ifndef _VLC_AVUTIL_CHROMA_H
-#define _VLC_AVUTIL_CHROMA_H 1
+#ifndef CODEC__AVCODEC__CHROMA_H_
+#define CODEC__AVCODEC__CHROMA_H_
int FindFfmpegChroma( vlc_fourcc_t );
int GetFfmpegChroma( int *i_ffmpeg_chroma, const video_format_t *fmt );
--
2.7.1
More information about the vlc-devel
mailing list