Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
1a068bfe
Commit
1a068bfe
authored
Jul 02, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Consistently use C-style comments with multiple inclusion guards
parent
4051be6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
libavfilter/formats.h
libavfilter/formats.h
+1
-1
libavfilter/version.h
libavfilter/version.h
+1
-1
libavutil/dict.h
libavutil/dict.h
+1
-1
No files found.
libavfilter/formats.h
View file @
1a068bfe
...
...
@@ -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
*/
libavfilter/version.h
View file @
1a068bfe
...
...
@@ -51,4 +51,4 @@
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
#endif /
/
AVFILTER_VERSION_H
#endif
/
*
AVFILTER_VERSION_H
*/
libavutil/dict.h
View file @
1a068bfe
...
...
@@ -118,4 +118,4 @@ void av_dict_free(AVDictionary **m);
* @}
*/
#endif /
/
AVUTIL_DICT_H
#endif
/
*
AVUTIL_DICT_H
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment