This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: Consistently use C-style comments with multiple inclusion guards
tags/n1.0
Diego Biurrun
13 years ago
parent
4051be6f50
commit
1a068bfefd
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/formats.h
+1
-1
libavfilter/version.h
+1
-1
libavutil/dict.h
+ 1
- 1
libavfilter/formats.h
View File
@@ -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 */
+ 1
- 1
libavfilter/version.h
View File
@@ -51,4 +51,4 @@
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
#endif /
/ AVFILTER_VERSION_H
#endif /
* AVFILTER_VERSION_H */
+ 1
- 1
libavutil/dict.h
View File
@@ -118,4 +118,4 @@ void av_dict_free(AVDictionary **m);
* @}
*/
#endif /
/ AVUTIL_DICT_H
#endif /
* AVUTIL_DICT_H */
Write
Preview
Loading…
Cancel
Save