summaryrefslogtreecommitdiff
path: root/libavfilter/formats.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-02 10:17:07 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-03 17:35:12 +0200
commit1a068bfefd5da09f596e5079b39b418933bad0ea (patch)
tree97c50a19aba0beb6629b9a6366dcb34670815938 /libavfilter/formats.h
parent4051be6f50ff6a089195809cfdc872457b49ab02 (diff)
cosmetics: Consistently use C-style comments with multiple inclusion guards
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index 4f95c16262..0e1628c850 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 */