mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Mention unneeded casts and parentheses
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d44f15cfc
commit
7cbf432db1
@ -1539,6 +1539,9 @@ int myfunc(int my_parameter)
|
|||||||
fprintf and printf are forbidden in libavformat and libavcodec,
|
fprintf and printf are forbidden in libavformat and libavcodec,
|
||||||
please use av_log() instead.
|
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
|
@section Development Policy
|
||||||
|
|
||||||
@enumerate
|
@enumerate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user