Commit a5d0b829 authored by benoit's avatar benoit

Mention unneeded casts and parentheses

patch by Vitor: [vitor1001 gmail com]


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9445 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d0853b51
......@@ -1539,6 +1539,9 @@ int myfunc(int my_parameter)
fprintf and printf are forbidden in libavformat and libavcodec,
please use av_log() instead.
Casts should be used only when necessary. Unneeded parentheses
should also be avoided if they don't make the code easier to understand.
@section Development Policy
@enumerate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment