Re: [FFmpeg-devel] [PATCH] libavformat/mxfdec: refactor reading strong ref array

2015-03-04 Thread Michael Niedermayer
On Sun, Mar 01, 2015 at 06:33:10PM -0800, Mark Reid wrote: hi, I was unsure whether this should be a function or a macro, I went with a function. i think functions are better, especially when you try to read a backtrace in gdb then again i think macros are better when you wonder why gcc didnt

[FFmpeg-devel] [PATCH] libavformat/mxfdec: refactor reading strong ref array

2015-03-01 Thread Mark Reid
hi, I was unsure whether this should be a function or a macro, I went with a function. --- libavformat/mxfdec.c | 61 +++- 1 file changed, 22 insertions(+), 39 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index