Skip to content
kierank edited this page Jan 11, 2011 · 1 revision

The coding style is based on x264.

e.g

if( this )
{
   do_something( param );
}

sizeof(int)

Camelcase isn't allowed.

Clone this wiki locally