Coding Style - kierank/broadcastencoder GitHub Wiki
The coding style is based on x264.
e.g
if( this )
{
do_something( param );
}
sizeof(int)
Camelcase isn't allowed.
The coding style is based on x264.
e.g
if( this )
{
do_something( param );
}
sizeof(int)
Camelcase isn't allowed.