Re: [libav-devel] [PATCH 03/25] intrax8: Wrap multiline macros in do{}while(0) clauses

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:34PM -0400, Vittorio Giovara wrote: > These macros are treated like functions, the wrapping simplifies error > checking and avoids deep nested if in the following commit. deeply nested ifs OK Diego ___ libav-devel mailing

[libav-devel] [PATCH 03/25] intrax8: Wrap multiline macros in do{}while(0) clauses

2016-03-19 Thread Vittorio Giovara
These macros are treated like functions, the wrapping simplifies error checking and avoids deep nested if in the following commit. --- libavcodec/intrax8.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) Unchanged. Vittorio diff --git a/libavcodec/intrax8.c