Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
formats.h
libavfilter/formats.h
+1
-1
version.h
libavfilter/version.h
+1
-1
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