mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
cosmetics: Consistently use C-style comments with multiple inclusion guards
This commit is contained in:
parent
4051be6f50
commit
1a068bfefd
3 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@
|
|||
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4)
|
||||
#endif
|
||||
|
||||
#endif // AVFILTER_VERSION_H
|
||||
#endif /* AVFILTER_VERSION_H */
|
||||
|
|
|
|||
|
|
@ -118,4 +118,4 @@ void av_dict_free(AVDictionary **m);
|
|||
* @}
|
||||
*/
|
||||
|
||||
#endif // AVUTIL_DICT_H
|
||||
#endif /* AVUTIL_DICT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue