Re: [libav-devel] [PATCH 1/2] nut: add do {} while (0) to GET_V

2012-10-02 Thread Diego Biurrun
On Tue, Oct 02, 2012 at 11:21:57AM +0200, Luca Barbato wrote: > Make it consistent with the other function-like macros. > --- > libavformat/nutdec.c | 42 ++ > 1 file changed, 22 insertions(+), 20 deletions(-) OK Diego _

[libav-devel] [PATCH 1/2] nut: add do {} while (0) to GET_V

2012-10-02 Thread Luca Barbato
Make it consistent with the other function-like macros. --- libavformat/nutdec.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 2d2c743..dd02aad 100644 --- a/libavformat/nutdec.c +++