tis 2019-08-06 klockan 18:33 +0200 skrev Nicolas George: > Nicolas Gaullier (12019-08-06): > > --- > > doc/developer.texi | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/developer.texi b/doc/developer.texi > > index 5c342c9106..1e95768364 100644 > > --- a/doc/developer.texi > > +++ b/doc/developer.texi > > @@ -213,6 +213,14 @@ please use av_log() instead. > > @item > > Casts should be used only when necessary. Unneeded parentheses > > should also be avoided if they don't make the code easier to > > understand. > > + > > +@item > > +Single expression statements after if or while should always use > > braces: > > No they should not. What makes you think that?
I think they should. See https://www.imperialviolet.org/2014/02/22/applebug.html /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".