mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
developer.texi: Fix naming convention
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
52b7ed4f6e
commit
acf22ec69e
@ -141,8 +141,8 @@ GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
|
||||
|
||||
@subsection Naming conventions
|
||||
All names are using underscores (_), not CamelCase. For example, @samp{avfilter_get_video_buffer} is
|
||||
a valid function name and @samp{AVFilterGetVideo} is not. The only exception from this are structure names;
|
||||
they should always be in the CamelCase
|
||||
a valid function name and @samp{AVFilterGetVideo} is not. The exception from this are type names, like
|
||||
for example structs and enums; they should always be in the CamelCase
|
||||
|
||||
There are following conventions for naming variables and functions:
|
||||
@itemize @bullet
|
||||
|
Loading…
Reference in New Issue
Block a user