[FFmpeg-cvslog] cosmetics: Consistently use C-style comments with multiple inclusion guards
Diego Biurrun
git at videolan.org
Wed Jul 4 00:36:33 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jul 2 10:17:07 2012 +0200| [1a068bfefd5da09f596e5079b39b418933bad0ea] | committer: Diego Biurrun
cosmetics: Consistently use C-style comments with multiple inclusion guards
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a068bfefd5da09f596e5079b39b418933bad0ea
---
libavfilter/formats.h | 2 +-
libavfilter/version.h | 2 +-
libavutil/dict.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index 4f95c16..0e1628c 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -218,4 +218,4 @@ void ff_formats_unref(AVFilterFormats **ref);
*/
void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref);
-#endif // AVFILTER_FORMATS_H
+#endif /* AVFILTER_FORMATS_H */
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 56ebc27..88bdd4a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -51,4 +51,4 @@
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
-#endif // AVFILTER_VERSION_H
+#endif /* AVFILTER_VERSION_H */
diff --git a/libavutil/dict.h b/libavutil/dict.h
index fd53036..aa07626 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -118,4 +118,4 @@ void av_dict_free(AVDictionary **m);
* @}
*/
-#endif // AVUTIL_DICT_H
+#endif /* AVUTIL_DICT_H */
More information about the ffmpeg-cvslog
mailing list